#371D15

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

Shades of Brown Pod #371D15

Tints of Brown Pod #371D15

Color information

#371D15 (or 0x371D15) is unknown color: approx Brown Pod. HEX triplet: 37, 1D and 15. RGB value is (55,29,21). Sum of RGB (Red+Green+Blue) = 55+29+21=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D15 is #C8E2EA. Grayscale: #232323. Windows color (decimal): -13165291 or 1383735. OLE color: 1383735.

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

Color convert

RGB552921-
CMYK00.470.620.78
HSL14.12º44.74%14.9%-
HSV(B)14.12º61.82%21.57%-
XYZ2.151.750.93-
YUV35.86119.61141.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 21 (8.59% from 255) = 20%
R=52.38%
G=27.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55292100.470.620.7814.1244.7414.9
Hex371D1502F3E4Ee2df
Octal67352505776116165517
Binary11011111101101010101111111110100111011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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