#322315

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

Shades of Cocoa Brown #322315

Tints of Cocoa Brown #322315

Color information

#322315 (or 0x322315) is unknown color: approx Cocoa Brown. HEX triplet: 32, 23 and 15. RGB value is (50,35,21). Sum of RGB (Red+Green+Blue) = 50+35+21=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322315 is #CDDCEA. Grayscale: #252525. Windows color (decimal): -13491435 or 1385266. OLE color: 1385266.

HSL color Cylindrical-coordinate representation of color #322315: hue angle of 28.97º 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 #322315 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB503521-
CMYK00.300.580.80
HSL28.97º40.85%13.92%-
HSV(B)28.97º58%19.61%-
XYZ2.051.930.97-
YUV37.89118.47136.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=47.17%
G=33.02%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50352100.300.580.8028.9740.8513.92
Hex32231501E3A501d29e
Octal62432503672120355116
Binary110010100011101010111101110101010000111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322315; }

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

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

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

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

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

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

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

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