#372116

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

Shades of Brown Pod #372116

Tints of Brown Pod #372116

Color information

#372116 (or 0x372116) is unknown color: approx Brown Pod. HEX triplet: 37, 21 and 16. RGB value is (55,33,22). Sum of RGB (Red+Green+Blue) = 55+33+22=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372116 is #C8DEE9. Grayscale: #262626. Windows color (decimal): -13164266 or 1450295. OLE color: 1450295.

HSL color Cylindrical-coordinate representation of color #372116: hue angle of 20º 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 #372116 is Cyan = 0, Magento = 0.4, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB553322-
CMYK00.40.60.78
HSL20º42.86%15.1%-
HSV(B)20º60%21.57%-
XYZ2.261.961.02-
YUV38.32118.79139.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 22 (8.98% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55332200.40.60.782042.8615.1
Hex3721160283C4E142bf
Octal67412605074116245317
Binary1101111000011011001010001111001001110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372116; }

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

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

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

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

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

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

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

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