#372216

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

Shades of Brown Pod #372216

Tints of Brown Pod #372216

Color information

#372216 (or 0x372216) is unknown color: approx Brown Pod. HEX triplet: 37, 22 and 16. RGB value is (55,34,22). Sum of RGB (Red+Green+Blue) = 55+34+22=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372216 is #C8DDE9. Grayscale: #262626. Windows color (decimal): -13164010 or 1450551. OLE color: 1450551.

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

Color convert

RGB553422-
CMYK00.380.60.78
HSL21.82º42.86%15.1%-
HSV(B)21.82º60%21.57%-
XYZ2.292.011.03-
YUV38.91118.46139.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=49.55%
G=30.63%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55342200.380.60.7821.8242.8615.1
Hex3722160263C4E162bf
Octal67422604674116265317
Binary1101111000101011001001101111001001110101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372216; }

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

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

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

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

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

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

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

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