#322312

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

Shades of Cocoa Brown #322312

Tints of Cocoa Brown #322312

Color information

#322312 (or 0x322312) is unknown color: approx Cocoa Brown. HEX triplet: 32, 23 and 12. RGB value is (50,35,18). Sum of RGB (Red+Green+Blue) = 50+35+18=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #322312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322312 is #CDDCED. Grayscale: #252525. Windows color (decimal): -13491438 or 1188658. OLE color: 1188658.

HSL color Cylindrical-coordinate representation of color #322312: hue angle of 31.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322312 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB503518-
CMYK00.300.640.80
HSL31.88º47.06%13.33%-
HSV(B)31.88º64%19.61%-
XYZ2.031.920.84-
YUV37.55116.97136.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=48.54%
G=33.98%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50351800.300.640.8031.8847.0613.33
Hex32231201E4050202fd
Octal624322036100120405715
Binary11001010001110010011110100000010100001000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322312; }

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

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

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

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

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

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

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

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