#211002

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

Shades of Cocoa Brown #211002

Tints of Cocoa Brown #211002

Color information

#211002 (or 0x211002) is unknown color: approx Cocoa Brown. HEX triplet: 21, 10 and 02. RGB value is (33,16,2). Sum of RGB (Red+Green+Blue) = 33+16+2=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #211002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211002 is #DEEFFD. Grayscale: #131313. Windows color (decimal): -14610430 or 135201. OLE color: 135201.

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

Color convert

RGB33162-
CMYK00.520.940.87
HSL27.1º88.57%6.86%-
HSV(B)27.1º93.94%12.94%-
XYZ0.820.70.15-
YUV19.49118.13137.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=64.71%
G=31.37%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3316200.520.940.8727.188.576.86
Hex211020345E571b597
Octal41202064136127331317
Binary1000011000010011010010111101010111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211002; }

 p { color: rgb(33,16,2); }

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

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

 a { background-color: rgb(33,16,2); }

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

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

 span { border-color: rgb(33,16,2); }

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