#322117

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

Shades of Cocoa Brown #322117

Tints of Cocoa Brown #322117

Color information

#322117 (or 0x322117) is unknown color: approx Cocoa Brown. HEX triplet: 32, 21 and 17. RGB value is (50,33,23). Sum of RGB (Red+Green+Blue) = 50+33+23=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322117 is #CDDEE8. Grayscale: #252525. Windows color (decimal): -13491945 or 1515826. OLE color: 1515826.

HSL color Cylindrical-coordinate representation of color #322117: hue angle of 22.22º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322117 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB503323-
CMYK00.340.540.80
HSL22.22º36.99%14.31%-
HSV(B)22.22º54%19.61%-
XYZ2.011.831.06-
YUV36.94120.13137.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=47.17%
G=31.13%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50332300.340.540.8022.2236.9914.31
Hex32211702236501625e
Octal62412704266120264516
Binary1100101000011011101000101101101010000101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322117; }

 p { color: rgb(50,33,23); }

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

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

 a { background-color: rgb(50,33,23); }

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

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

 span { border-color: rgb(50,33,23); }

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