#371E18

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

Shades of Brown Pod #371E18

Tints of Brown Pod #371E18

Color information

#371E18 (or 0x371E18) is unknown color: approx Brown Pod. HEX triplet: 37, 1E and 18. RGB value is (55,30,24). Sum of RGB (Red+Green+Blue) = 55+30+24=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E18 is #C8E1E7. Grayscale: #242424. Windows color (decimal): -13165032 or 1580599. OLE color: 1580599.

HSL color Cylindrical-coordinate representation of color #371E18: hue angle of 11.61º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371E18 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB553024-
CMYK00.450.560.78
HSL11.61º39.24%15.49%-
HSV(B)11.61º56.36%21.57%-
XYZ2.21.811.1-
YUV36.79120.78140.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=50.46%
G=27.52%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55302400.450.560.7811.6139.2415.49
Hex371E1802D384Ec27f
Octal67363005570116144717
Binary11011111110110000101101111000100111011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,24); }

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

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

 a { background-color: rgb(55,30,24); }

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

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

 span { border-color: rgb(55,30,24); }

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