#211304

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

Shades of Cocoa Brown #211304

Tints of Cocoa Brown #211304

Color information

#211304 (or 0x211304) is unknown color: approx Cocoa Brown. HEX triplet: 21, 13 and 04. RGB value is (33,19,4). Sum of RGB (Red+Green+Blue) = 33+19+4=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211304 is #DEECFB. Grayscale: #151515. Windows color (decimal): -14609660 or 267041. OLE color: 267041.

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

Color convert

RGB33194-
CMYK00.420.880.87
HSL31.03º78.38%7.25%-
HSV(B)31.03º87.88%12.94%-
XYZ0.880.80.22-
YUV21.48118.14136.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=58.93%
G=33.93%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3319400.420.880.8731.0378.387.25
Hex2113402A58571f4e7
Octal41234052130127371167
Binary10000110011100010101010110001010111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211304; }

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

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

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

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

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

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

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

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