#371E0D

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

Shades of Brown Pod #371E0D

Tints of Brown Pod #371E0D

Color information

#371E0D (or 0x371E0D) is unknown color: approx Brown Pod. HEX triplet: 37, 1E and 0D. RGB value is (55,30,13). Sum of RGB (Red+Green+Blue) = 55+30+13=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E0D is #C8E1F2. Grayscale: #232323. Windows color (decimal): -13165043 or 859703. OLE color: 859703.

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

Color convert

RGB553013-
CMYK00.450.760.78
HSL24.29º61.76%13.33%-
HSV(B)24.29º76.36%21.57%-
XYZ2.111.770.61-
YUV35.54115.28141.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=56.12%
G=30.61%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55301300.450.760.7824.2961.7613.33
Hex371ED02D4C4E183ed
Octal673615055114116307615
Binary110111111101101010110110011001001110110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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