#371D10

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

Shades of Brown Pod #371D10

Tints of Brown Pod #371D10

Color information

#371D10 (or 0x371D10) is unknown color: approx Brown Pod. HEX triplet: 37, 1D and 10. RGB value is (55,29,16). Sum of RGB (Red+Green+Blue) = 55+29+16=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #371D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D10 is #C8E2EF. Grayscale: #232323. Windows color (decimal): -13165296 or 1056055. OLE color: 1056055.

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

Color convert

RGB552916-
CMYK00.470.710.78
HSL20º54.93%13.92%-
HSV(B)20º70.91%21.57%-
XYZ2.111.730.71-
YUV35.29117.11142.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 16 (6.64% from 255) = 16%
R=55%
G=29%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55291600.470.710.782054.9313.92
Hex371D1002F474E1437e
Octal673520057107116246716
Binary1101111110110000010111110001111001110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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