#37160C

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

Shades of Brown Pod #37160C

Tints of Brown Pod #37160C

Color information

#37160C (or 0x37160C) is unknown color: approx Brown Pod. HEX triplet: 37, 16 and 0C. RGB value is (55,22,12). Sum of RGB (Red+Green+Blue) = 55+22+12=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160C is #C8E9F3. Grayscale: #1E1E1E. Windows color (decimal): -13167092 or 792119. OLE color: 792119.

HSL color Cylindrical-coordinate representation of color #37160C: hue angle of 13.95º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37160C is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB552212-
CMYK00.60.780.78
HSL13.95º64.18%13.14%-
HSV(B)13.95º78.18%21.57%-
XYZ1.931.410.52-
YUV30.73117.43145.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=61.80%
G=24.72%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55221200.60.780.7813.9564.1813.14
Hex3716C03C4E4Ee40d
Octal6726140741161161610015
Binary110111101101100011110010011101001110111010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37160C; }

 p { color: rgb(55,22,12); }

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

<style>
 a { background-color: #37160C; }

 a { background-color: rgb(55,22,12); }

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

<style>
 span { border-color: #37160C; }

 span { border-color: rgb(55,22,12); }

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