#371B06

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

Shades of Brown Pod #371B06

Tints of Brown Pod #371B06

Color information

#371B06 (or 0x371B06) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 06. RGB value is (55,27,6). Sum of RGB (Red+Green+Blue) = 55+27+6=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B06 is #C8E4F9. Grayscale: #212121. Windows color (decimal): -13165818 or 400183. OLE color: 400183.

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

Color convert

RGB55276-
CMYK00.510.890.78
HSL25.71º80.33%11.96%-
HSV(B)25.71º89.09%21.57%-
XYZ21.610.38-
YUV32.98112.78143.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=62.5%
G=30.68%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5527600.510.890.7825.7180.3311.96
Hex371B6033594E1a50c
Octal673360631311163212014
Binary110111110111100110011101100110011101101010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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