#211401

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

Shades of Cocoa Brown #211401

Tints of Cocoa Brown #211401

Color information

#211401 (or 0x211401) is unknown color: approx Cocoa Brown. HEX triplet: 21, 14 and 01. RGB value is (33,20,1). Sum of RGB (Red+Green+Blue) = 33+20+1=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #211401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211401 is #DEEBFE. Grayscale: #151515. Windows color (decimal): -14609407 or 70689. OLE color: 70689.

HSL color Cylindrical-coordinate representation of color #211401: hue angle of 35.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #211401 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB33201-
CMYK00.390.970.87
HSL35.62º94.12%6.67%-
HSV(B)35.62º96.97%12.94%-
XYZ0.880.830.14-
YUV21.72116.31136.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=61.11%
G=37.04%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3320100.390.970.8735.6294.126.67
Hex211410276157245e7
Octal41241047141127441367
Binary1000011010010100111110000110101111001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211401; }

 p { color: rgb(33,20,1); }

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

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

 a { background-color: rgb(33,20,1); }

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

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

 span { border-color: rgb(33,20,1); }

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