Html Css Color HEX #341710 Seal Brown

📋 copy color: '#341710'

red 52 ◦ green 23 ◦ blue 16

#341710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #341710

Tints of Seal Brown #341710

RGB

 RED value IS 52 (20.7% from 255) = 57.14%

 GREEN value IS 23 (9.38% from 255) = 25.27%

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 57.14%
G = 25.27%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#341710 (or 0x341710) is known color: Seal Brown. HEX triplet: 34, 17 and 10. RGB value is (52,23,16). Sum of RGB (Red+Green+Blue) = 52+23+16=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341710 is #CBE8EF. Grayscale: #1E1E1E. Windows color (decimal): -13363440 or 1054516. OLE color: 1054516.

HSL color Cylindrical-coordinate representation of color #341710: hue angle of 11.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341710 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 16 -
CMYK 0 0.56 0.69 0.80
HSL 11.67º 0.53% 0.13% -
HSV(B) 11.67º 0.69% 0.2% -
XYZ 1.82 1.38 0.66 -
YUV 30.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 52 23 16 0 0.56 0.69 0.80 11.67 0.53 0.13
Hex 34 17 10 0 38 45 50 C 35 D
Octal 64 27 20 0 70 105 120 14 65 15
Binary 110100 10111 10000 0 111000 1000101 1010000 1100 110101 1101

Color Harmonies of #341710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341710

Black with #341710

Text Example


Text Example

White with #341710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341710; }

 p { color: rgb(52,23,16); }

 H1.HeaderClassName
 {
   color: #341710;
 }
 .AnyTagClassName
 {
   color: #341710;
 }
</style>

background-color css

<style>
 a { background-color: #341710; }

 a { background-color: rgb(52,23,16); }

 div.DivClassName
 {
   background-color: #341710;
 }
 .BgClassName
 {
   background-color: #341710;
 }
</style>

border-color css

<style>
 span { border-color: #341710; }

 span { border-color: rgb(52,23,16); }

 td.TdClassName
 {
   border-color: #341710;
 }
 .TagClassName
 {
   border-color: #341710;
 }
</style>