#371906

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

Shades of Brown Pod #371906

Tints of Brown Pod #371906

Color information

#371906 (or 0x371906) is unknown color: approx Brown Pod. HEX triplet: 37, 19 and 06. RGB value is (55,25,6). Sum of RGB (Red+Green+Blue) = 55+25+6=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371906 is #C8E6F9. Grayscale: #1F1F1F. Windows color (decimal): -13166330 or 399671. OLE color: 399671.

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

Color convert

RGB55256-
CMYK00.550.890.78
HSL23.27º80.33%11.96%-
HSV(B)23.27º89.09%21.57%-
XYZ1.961.520.36-
YUV31.8113.44144.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=63.95%
G=29.07%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5525600.550.890.7823.2780.3311.96
Hex37196037594E1750c
Octal673160671311162712014
Binary110111110011100110111101100110011101011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371906; }

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

 H1.HeaderClassName
 {
   color: #371906;
 }
 .AnyTagClassName
 {
   color: #371906;
 }
</style>
background-color css

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

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

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

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

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

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