#371C0E

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

Shades of Brown Pod #371C0E

Tints of Brown Pod #371C0E

Color information

#371C0E (or 0x371C0E) is unknown color: approx Brown Pod. HEX triplet: 37, 1C and 0E. RGB value is (55,28,14). Sum of RGB (Red+Green+Blue) = 55+28+14=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C0E is #C8E3F1. Grayscale: #222222. Windows color (decimal): -13165554 or 924727. OLE color: 924727.

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

Color convert

RGB552814-
CMYK00.490.750.78
HSL20.49º59.42%13.53%-
HSV(B)20.49º74.55%21.57%-
XYZ2.071.670.63-
YUV34.48116.45142.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=56.70%
G=28.87%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55281400.490.750.7820.4959.4213.53
Hex371CE0314B4E143be
Octal673416061113116247316
Binary110111111001110011000110010111001110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,28,14); }

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

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

 a { background-color: rgb(55,28,14); }

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

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

 span { border-color: rgb(55,28,14); }

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