#371D0D

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

Shades of Brown Pod #371D0D

Tints of Brown Pod #371D0D

Color information

#371D0D (or 0x371D0D) is unknown color: approx Brown Pod. HEX triplet: 37, 1D and 0D. RGB value is (55,29,13). Sum of RGB (Red+Green+Blue) = 55+29+13=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D0D is #C8E2F2. Grayscale: #232323. Windows color (decimal): -13165299 or 859447. OLE color: 859447.

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

Color convert

RGB552913-
CMYK00.470.760.78
HSL22.86º61.76%13.33%-
HSV(B)22.86º76.36%21.57%-
XYZ2.091.720.6-
YUV34.95115.61142.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=56.70%
G=29.90%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55291300.470.760.7822.8661.7613.33
Hex371DD02F4C4E173ed
Octal673515057114116277615
Binary110111111011101010111110011001001110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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