Html Css Color HEX #371908 Brown Pod

📋 copy color: '#371908'

red 55 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #371908

Tints of Brown Pod #371908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.41%

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

R = 62.5%
G = 28.41%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371908 (or 0x371908) is known color: Brown Pod. HEX triplet: 37, 19 and 08. RGB value is (55,25,8). Sum of RGB (Red+Green+Blue) = 55+25+8=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371908 is #C8E6F7. Grayscale: #202020. Windows color (decimal): -13166328 or 530743. OLE color: 530743.

HSL color Cylindrical-coordinate representation of color #371908: hue angle of 21.7º 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 #371908 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 25 8 -
CMYK 0 0.55 0.85 0.78
HSL 21.7º 0.75% 0.12% -
HSV(B) 21.7º 0.85% 0.22% -
XYZ 1.97 1.53 0.42 -
YUV 32.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 55 25 8 0 0.55 0.85 0.78 21.7 0.75 0.12
Hex 37 19 8 0 37 55 4E 16 4B C
Octal 67 31 10 0 67 125 116 26 113 14
Binary 110111 11001 1000 0 110111 1010101 1001110 10110 1001011 1100

Color Harmonies of #371908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371908

Black with #371908

Text Example


Text Example

White with #371908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371908; }

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

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

background-color css

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

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

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

border-color css

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

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

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