#321901

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

Shades of Cocoa Brown #321901

Tints of Cocoa Brown #321901

Color information

#321901 (or 0x321901) is unknown color: approx Cocoa Brown. HEX triplet: 32, 19 and 01. RGB value is (50,25,1). Sum of RGB (Red+Green+Blue) = 50+25+1=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321901 is #CDE6FE. Grayscale: #1D1D1D. Windows color (decimal): -13494015 or 71986. OLE color: 71986.

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

Color convert

RGB50251-
CMYK00.500.980.80
HSL29.39º96.08%10%-
HSV(B)29.39º98%19.61%-
XYZ1.671.380.21-
YUV29.74111.78142.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=65.79%
G=32.89%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5025100.500.980.8029.3996.0810
Hex3219103262501d60a
Octal623110621421203514012
Binary1100101100110110010110001010100001110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321901; }

 p { color: rgb(50,25,1); }

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

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

 a { background-color: rgb(50,25,1); }

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

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

 span { border-color: rgb(50,25,1); }

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