#371D18

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

Shades of Brown Pod #371D18

Tints of Brown Pod #371D18

Color information

#371D18 (or 0x371D18) is unknown color: approx Brown Pod. HEX triplet: 37, 1D and 18. RGB value is (55,29,24). Sum of RGB (Red+Green+Blue) = 55+29+24=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D18 is #C8E2E7. Grayscale: #242424. Windows color (decimal): -13165288 or 1580343. OLE color: 1580343.

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

Color convert

RGB552924-
CMYK00.470.560.78
HSL9.68º39.24%15.49%-
HSV(B)9.68º56.36%21.57%-
XYZ2.181.761.09-
YUV36.2121.11141.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=50.93%
G=26.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55292400.470.560.789.6839.2415.49
Hex371D1802F384Ea27f
Octal67353005770116124717
Binary11011111101110000101111111000100111010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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