#371E15

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

Shades of Brown Pod #371E15

Tints of Brown Pod #371E15

Color information

#371E15 (or 0x371E15) is unknown color: approx Brown Pod. HEX triplet: 37, 1E and 15. RGB value is (55,30,21). Sum of RGB (Red+Green+Blue) = 55+30+21=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E15 is #C8E1EA. Grayscale: #242424. Windows color (decimal): -13165035 or 1383991. OLE color: 1383991.

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

Color convert

RGB553021-
CMYK00.450.620.78
HSL15.88º44.74%14.9%-
HSV(B)15.88º61.82%21.57%-
XYZ2.181.790.94-
YUV36.45119.28141.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=51.89%
G=28.30%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55302100.450.620.7815.8844.7414.9
Hex371E1502D3E4E102df
Octal67362505576116205517
Binary110111111101010101011011111101001110100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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