#211402

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

Shades of Cocoa Brown #211402

Tints of Cocoa Brown #211402

Color information

#211402 (or 0x211402) is unknown color: approx Cocoa Brown. HEX triplet: 21, 14 and 02. RGB value is (33,20,2). Sum of RGB (Red+Green+Blue) = 33+20+2=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #211402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211402 is #DEEBFD. Grayscale: #151515. Windows color (decimal): -14609406 or 136225. OLE color: 136225.

HSL color Cylindrical-coordinate representation of color #211402: hue angle of 34.84º 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 #211402 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB33202-
CMYK00.390.940.87
HSL34.84º88.57%6.86%-
HSV(B)34.84º93.94%12.94%-
XYZ0.890.830.17-
YUV21.84116.81135.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=60%
G=36.36%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3320200.390.940.8734.8488.576.86
Hex211420275E5723597
Octal41242047136127431317
Binary10000110100100100111101111010101111000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211402; }

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

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

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

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

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

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

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

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