#37180D

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

Shades of Brown Pod #37180D

Tints of Brown Pod #37180D

Color information

#37180D (or 0x37180D) is unknown color: approx Brown Pod. HEX triplet: 37, 18 and 0D. RGB value is (55,24,13). Sum of RGB (Red+Green+Blue) = 55+24+13=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #37180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180D is #C8E7F2. Grayscale: #202020. Windows color (decimal): -13166579 or 858167. OLE color: 858167.

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

Color convert

RGB552413-
CMYK00.560.760.78
HSL15.71º61.76%13.33%-
HSV(B)15.71º76.36%21.57%-
XYZ1.971.490.57-
YUV32.02117.27144.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=59.78%
G=26.09%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55241300.560.760.7815.7161.7613.33
Hex3718D0384C4E103ed
Octal673015070114116207615
Binary110111110001101011100010011001001110100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37180D; }

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

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

<style>
 a { background-color: #37180D; }

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

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

<style>
 span { border-color: #37180D; }

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

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