#322314

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

Shades of Cocoa Brown #322314

Tints of Cocoa Brown #322314

Color information

#322314 (or 0x322314) is unknown color: approx Cocoa Brown. HEX triplet: 32, 23 and 14. RGB value is (50,35,20). Sum of RGB (Red+Green+Blue) = 50+35+20=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322314 is #CDDCEB. Grayscale: #252525. Windows color (decimal): -13491436 or 1319730. OLE color: 1319730.

HSL color Cylindrical-coordinate representation of color #322314: hue angle of 30º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322314 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB503520-
CMYK00.300.600.80
HSL30º42.86%13.73%-
HSV(B)30º60%19.61%-
XYZ2.041.930.93-
YUV37.78117.97136.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=47.62%
G=33.33%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50352000.300.600.803042.8613.73
Hex32231401E3C501e2be
Octal62432403674120365316
Binary110010100011101000111101111001010000111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322314; }

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

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

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

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

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

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

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

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