#371708

Color #371708 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #371708

Tints of Brown Pod #371708

Color information

#371708 (or 0x371708) is unknown color: approx 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

RGB55238-
CMYK00.580.850.78
HSL19.15º74.6%12.35%-
HSV(B)19.15º85.45%21.57%-
XYZ1.931.440.41-
YUV30.86115.1145.22-

RGB Variations

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

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.30%
R=63.95%
G=26.74%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523800.580.850.7819.1574.612.35
Hex3717803A554E134bc
Octal6727100721251162311314
Binary1101111011110000111010101010110011101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>