#37180E

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

Shades of Brown Pod #37180E

Tints of Brown Pod #37180E

Color information

#37180E (or 0x37180E) is unknown color: approx Brown Pod. HEX triplet: 37, 18 and 0E. RGB value is (55,24,14). Sum of RGB (Red+Green+Blue) = 55+24+14=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #37180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180E is #C8E7F1. Grayscale: #202020. Windows color (decimal): -13166578 or 923703. OLE color: 923703.

HSL color Cylindrical-coordinate representation of color #37180E: hue angle of 14.63º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37180E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB552414-
CMYK00.560.750.78
HSL14.63º59.42%13.53%-
HSV(B)14.63º74.55%21.57%-
XYZ1.981.50.6-
YUV32.13117.77144.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=59.14%
G=25.81%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55241400.560.750.7814.6359.4213.53
Hex3718E0384B4Ef3be
Octal673016070113116177316
Binary11011111000111001110001001011100111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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