#372118

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

Shades of Brown Pod #372118

Tints of Brown Pod #372118

Color information

#372118 (or 0x372118) is unknown color: approx Brown Pod. HEX triplet: 37, 21 and 18. RGB value is (55,33,24). Sum of RGB (Red+Green+Blue) = 55+33+24=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372118 is #C8DEE7. Grayscale: #262626. Windows color (decimal): -13164264 or 1581367. OLE color: 1581367.

HSL color Cylindrical-coordinate representation of color #372118: hue angle of 17.42º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #372118 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB553324-
CMYK00.40.560.78
HSL17.42º39.24%15.49%-
HSV(B)17.42º56.36%21.57%-
XYZ2.281.971.12-
YUV38.55119.79139.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=49.11%
G=29.46%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55332400.40.560.7817.4239.2415.49
Hex372118028384E1127f
Octal67413005070116214717
Binary1101111000011100001010001110001001110100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372118; }

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

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

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

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

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

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

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

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