#371F18

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

Shades of Brown Pod #371F18

Tints of Brown Pod #371F18

Color information

#371F18 (or 0x371F18) is unknown color: approx Brown Pod. HEX triplet: 37, 1F and 18. RGB value is (55,31,24). Sum of RGB (Red+Green+Blue) = 55+31+24=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F18 is #C8E0E7. Grayscale: #252525. Windows color (decimal): -13164776 or 1580855. OLE color: 1580855.

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

Color convert

RGB553124-
CMYK00.440.560.78
HSL13.55º39.24%15.49%-
HSV(B)13.55º56.36%21.57%-
XYZ2.231.861.11-
YUV37.38120.45140.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 28.18%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=50%
G=28.18%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55312400.440.560.7813.5539.2415.49
Hex371F1802C384Ee27f
Octal67373005470116164717
Binary11011111111110000101100111000100111011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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