#321C01

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

Shades of Cocoa Brown #321C01

Tints of Cocoa Brown #321C01

Color information

#321C01 (or 0x321C01) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1C and 01. RGB value is (50,28,1). Sum of RGB (Red+Green+Blue) = 50+28+1=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C01 is #CDE3FE. Grayscale: #1F1F1F. Windows color (decimal): -13493247 or 72754. OLE color: 72754.

HSL color Cylindrical-coordinate representation of color #321C01: hue angle of 33.06º 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 #321C01 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB50281-
CMYK00.440.980.80
HSL33.06º96.08%10%-
HSV(B)33.06º98%19.61%-
XYZ1.741.510.23-
YUV31.5110.79141.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=63.29%
G=35.44%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5028100.440.980.8033.0696.0810
Hex321C102C62502160a
Octal623410541421204114012
Binary11001011100101011001100010101000010000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321C01; }

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

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

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

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

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

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

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

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