#371D12

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

Shades of Brown Pod #371D12

Tints of Brown Pod #371D12

Color information

#371D12 (or 0x371D12) is unknown color: approx Brown Pod. HEX triplet: 37, 1D and 12. RGB value is (55,29,18). Sum of RGB (Red+Green+Blue) = 55+29+18=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D12 is #C8E2ED. Grayscale: #232323. Windows color (decimal): -13165294 or 1187127. OLE color: 1187127.

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

Color convert

RGB552918-
CMYK00.470.670.78
HSL17.84º50.68%14.31%-
HSV(B)17.84º67.27%21.57%-
XYZ2.121.730.8-
YUV35.52118.11141.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=53.92%
G=28.43%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55291800.470.670.7817.8450.6814.31
Hex371D1202F434E1233e
Octal673522057103116226316
Binary1101111110110010010111110000111001110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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