#322215

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

Shades of Cocoa Brown #322215

Tints of Cocoa Brown #322215

Color information

#322215 (or 0x322215) is unknown color: approx Cocoa Brown. HEX triplet: 32, 22 and 15. RGB value is (50,34,21). Sum of RGB (Red+Green+Blue) = 50+34+21=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322215 is #CDDDEA. Grayscale: #252525. Windows color (decimal): -13491691 or 1385010. OLE color: 1385010.

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

Color convert

RGB503421-
CMYK00.320.580.80
HSL26.9º40.85%13.92%-
HSV(B)26.9º58%19.61%-
XYZ2.021.880.97-
YUV37.3118.8137.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 21 (8.59% from 255) = 20%
R=47.62%
G=32.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50342100.320.580.8026.940.8513.92
Hex3222150203A501b29e
Octal62422504072120335116
Binary1100101000101010101000001110101010000110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322215; }

 p { color: rgb(50,34,21); }

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

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

 a { background-color: rgb(50,34,21); }

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

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

 span { border-color: rgb(50,34,21); }

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