#211203

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

Shades of Cocoa Brown #211203

Tints of Cocoa Brown #211203

Color information

#211203 (or 0x211203) is unknown color: approx Cocoa Brown. HEX triplet: 21, 12 and 03. RGB value is (33,18,3). Sum of RGB (Red+Green+Blue) = 33+18+3=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #211203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211203 is #DEEDFC. Grayscale: #141414. Windows color (decimal): -14609917 or 201249. OLE color: 201249.

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

Color convert

RGB33183-
CMYK00.450.910.87
HSL30º83.33%7.06%-
HSV(B)30º90.91%12.94%-
XYZ0.860.760.19-
YUV20.78117.97136.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=61.11%
G=33.33%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3318300.450.910.873083.337.06
Hex2112302D5B571e537
Octal41223055133127361237
Binary1000011001011010110110110111010111111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211203; }

 p { color: rgb(33,18,3); }

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

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

 a { background-color: rgb(33,18,3); }

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

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

 span { border-color: rgb(33,18,3); }

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