#322007

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

Shades of Cocoa Brown #322007

Tints of Cocoa Brown #322007

Color information

#322007 (or 0x322007) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 07. RGB value is (50,32,7). Sum of RGB (Red+Green+Blue) = 50+32+7=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #322007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322007 is #CDDFF8. Grayscale: #222222. Windows color (decimal): -13492217 or 466994. OLE color: 466994.

HSL color Cylindrical-coordinate representation of color #322007: hue angle of 34.88º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #322007 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.80.

Color convert

RGB50327-
CMYK00.360.860.80
HSL34.88º75.44%11.18%-
HSV(B)34.88º86%19.61%-
XYZ1.871.730.44-
YUV34.53112.46139.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=56.18%
G=35.96%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032700.360.860.8034.8875.4411.18
Hex322070245650234bb
Octal624070441261204311313
Binary11001010000011101001001010110101000010001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322007; }

 p { color: rgb(50,32,7); }

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

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

 a { background-color: rgb(50,32,7); }

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

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

 span { border-color: rgb(50,32,7); }

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