#321700

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

Shades of Cocoa Brown #321700

Tints of Cocoa Brown #321700

Color information

#321700 (or 0x321700) is unknown color: approx Cocoa Brown. HEX triplet: 32, 17 and 00. RGB value is (50,23,0). Sum of RGB (Red+Green+Blue) = 50+23+0=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321700 is #CDE8FF. Grayscale: #1C1C1C. Windows color (decimal): -13494528 or 5938. OLE color: 5938.

HSL color Cylindrical-coordinate representation of color #321700: hue angle of 27.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #321700 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50230-
CMYK00.5410.80
HSL27.6º100%9.8%-
HSV(B)27.6º100%19.61%-
XYZ1.621.290.16-
YUV28.45111.95143.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.49%
G=31.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023000.5410.8027.61009.8
Hex3217003664501c64a
Octal622700661441203414412
Binary1100101011100110110110010010100001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321700; }

 p { color: rgb(50,23,0); }

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

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

 a { background-color: rgb(50,23,0); }

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

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

 span { border-color: rgb(50,23,0); }

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