#371A06

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

Shades of Brown Pod #371A06

Tints of Brown Pod #371A06

Color information

#371A06 (or 0x371A06) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 06. RGB value is (55,26,6). Sum of RGB (Red+Green+Blue) = 55+26+6=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A06 is #C8E5F9. Grayscale: #202020. Windows color (decimal): -13166074 or 399927. OLE color: 399927.

HSL color Cylindrical-coordinate representation of color #371A06: hue angle of 24.49º 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 #371A06 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB55266-
CMYK00.530.890.78
HSL24.49º80.33%11.96%-
HSV(B)24.49º89.09%21.57%-
XYZ1.981.560.37-
YUV32.39113.11144.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=63.22%
G=29.89%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5526600.530.890.7824.4980.3311.96
Hex371A6035594E1850c
Octal673260651311163012014
Binary110111110101100110101101100110011101100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371A06; }

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

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

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

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

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

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

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

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