#321B01

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

Shades of Cocoa Brown #321B01

Tints of Cocoa Brown #321B01

Color information

#321B01 (or 0x321B01) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1B and 01. RGB value is (50,27,1). Sum of RGB (Red+Green+Blue) = 50+27+1=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B01 is #CDE4FE. Grayscale: #1F1F1F. Windows color (decimal): -13493503 or 72498. OLE color: 72498.

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

Color convert

RGB50271-
CMYK00.460.980.80
HSL31.84º96.08%10%-
HSV(B)31.84º98%19.61%-
XYZ1.711.460.22-
YUV30.91111.12141.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=64.10%
G=34.62%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5027100.460.980.8031.8496.0810
Hex321B102E62502060a
Octal623310561421204014012
Binary11001011011101011101100010101000010000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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