#37170A

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

Shades of Brown Pod #37170A

Tints of Brown Pod #37170A

Color information

#37170A (or 0x37170A) is unknown color: approx Brown Pod. HEX triplet: 37, 17 and 0A. RGB value is (55,23,10). Sum of RGB (Red+Green+Blue) = 55+23+10=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37170A is #C8E8F5. Grayscale: #1F1F1F. Windows color (decimal): -13166838 or 661303. OLE color: 661303.

HSL color Cylindrical-coordinate representation of color #37170A: hue angle of 17.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37170A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB552310-
CMYK00.580.820.78
HSL17.33º69.23%12.75%-
HSV(B)17.33º81.82%21.57%-
XYZ1.941.450.46-
YUV31.09116.1145.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=62.5%
G=26.14%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55231000.580.820.7817.3369.2312.75
Hex3717A03A524E1145d
Octal6727120721221162110515
Binary1101111011110100111010101001010011101000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37170A; }

 p { color: rgb(55,23,10); }

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

<style>
 a { background-color: #37170A; }

 a { background-color: rgb(55,23,10); }

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

<style>
 span { border-color: #37170A; }

 span { border-color: rgb(55,23,10); }

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