Html Css Color HEX #371708 Brown Pod

📋 copy color: '#371708'

red 55 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #371708

Tints of Brown Pod #371708

RGB

 RED value IS 55 (21.88% from 255) = 63.95%

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

 BLUE value IS 8 (3.52% from 255) = 9.3%

R = 63.95%
G = 26.74%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371708 (or 0x371708) is known color: Brown Pod. HEX triplet: 37, 17 and 08. RGB value is (55,23,8). Sum of RGB (Red+Green+Blue) = 55+23+8=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371708 is #C8E8F7. Grayscale: #1E1E1E. Windows color (decimal): -13166840 or 530231. OLE color: 530231.

HSL color Cylindrical-coordinate representation of color #371708: hue angle of 19.15º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371708 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 23 8 -
CMYK 0 0.58 0.85 0.78
HSL 19.15º 0.75% 0.12% -
HSV(B) 19.15º 0.85% 0.22% -
XYZ 1.93 1.44 0.41 -
YUV 30.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 55 23 8 0 0.58 0.85 0.78 19.15 0.75 0.12
Hex 37 17 8 0 3A 55 4E 13 4B C
Octal 67 27 10 0 72 125 116 23 113 14
Binary 110111 10111 1000 0 111010 1010101 1001110 10011 1001011 1100

Color Harmonies of #371708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371708

Black with #371708

Text Example


Text Example

White with #371708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371708; }

 p { color: rgb(55,23,8); }

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

background-color css

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

 a { background-color: rgb(55,23,8); }

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

border-color css

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

 span { border-color: rgb(55,23,8); }

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