#37190D

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

Shades of Brown Pod #37190D

Tints of Brown Pod #37190D

Color information

#37190D (or 0x37190D) is unknown color: approx Brown Pod. HEX triplet: 37, 19 and 0D. RGB value is (55,25,13). Sum of RGB (Red+Green+Blue) = 55+25+13=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #37190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37190D is #C8E6F2. Grayscale: #202020. Windows color (decimal): -13166323 or 858423. OLE color: 858423.

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

Color convert

RGB552513-
CMYK00.550.760.78
HSL17.14º61.76%13.33%-
HSV(B)17.14º76.36%21.57%-
XYZ21.540.57-
YUV32.6116.94143.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=59.14%
G=26.88%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55251300.550.760.7817.1461.7613.33
Hex3719D0374C4E113ed
Octal673115067114116217615
Binary110111110011101011011110011001001110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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