#371F12

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

Shades of Brown Pod #371F12

Tints of Brown Pod #371F12

Color information

#371F12 (or 0x371F12) is unknown color: approx Brown Pod. HEX triplet: 37, 1F and 12. RGB value is (55,31,18). Sum of RGB (Red+Green+Blue) = 55+31+18=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F12 is #C8E0ED. Grayscale: #242424. Windows color (decimal): -13164782 or 1187639. OLE color: 1187639.

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

Color convert

RGB553118-
CMYK00.440.670.78
HSL21.08º50.68%14.31%-
HSV(B)21.08º67.27%21.57%-
XYZ2.171.840.81-
YUV36.69117.45141.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=52.88%
G=29.81%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55311800.440.670.7821.0850.6814.31
Hex371F1202C434E1533e
Octal673722054103116256316
Binary1101111111110010010110010000111001110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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