#211302

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

Shades of Cocoa Brown #211302

Tints of Cocoa Brown #211302

Color information

#211302 (or 0x211302) is unknown color: approx Cocoa Brown. HEX triplet: 21, 13 and 02. RGB value is (33,19,2). Sum of RGB (Red+Green+Blue) = 33+19+2=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #211302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211302 is #DEECFD. Grayscale: #151515. Windows color (decimal): -14609662 or 135969. OLE color: 135969.

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

Color convert

RGB33192-
CMYK00.420.940.87
HSL32.9º88.57%6.86%-
HSV(B)32.9º93.94%12.94%-
XYZ0.870.790.16-
YUV21.25117.14136.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=61.11%
G=35.19%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3319200.420.940.8732.988.576.86
Hex2113202A5E5721597
Octal41232052136127411317
Binary10000110011100101010101111010101111000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211302; }

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

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

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

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

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

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

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

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