#371E11

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

Shades of Brown Pod #371E11

Tints of Brown Pod #371E11

Color information

#371E11 (or 0x371E11) is unknown color: approx Brown Pod. HEX triplet: 37, 1E and 11. RGB value is (55,30,17). Sum of RGB (Red+Green+Blue) = 55+30+17=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E11 is #C8E1EE. Grayscale: #242424. Windows color (decimal): -13165039 or 1121847. OLE color: 1121847.

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

Color convert

RGB553017-
CMYK00.450.690.78
HSL20.53º52.78%14.12%-
HSV(B)20.53º69.09%21.57%-
XYZ2.141.780.76-
YUV35.99117.28141.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=53.92%
G=29.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55301700.450.690.7820.5352.7814.12
Hex371E1102D454E1535e
Octal673621055105116256516
Binary1101111111010001010110110001011001110101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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