#201203

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

Shades of Cocoa Brown #201203

Tints of Cocoa Brown #201203

Color information

#201203 (or 0x201203) is unknown color: approx Cocoa Brown. HEX triplet: 20, 12 and 03. RGB value is (32,18,3). Sum of RGB (Red+Green+Blue) = 32+18+3=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201203 is #DFEDFC. Grayscale: #141414. Windows color (decimal): -14675453 or 201248. OLE color: 201248.

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

Color convert

RGB32183-
CMYK00.440.910.87
HSL31.03º82.86%6.86%-
HSV(B)31.03º90.62%12.55%-
XYZ0.830.750.19-
YUV20.48118.14136.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=60.38%
G=33.96%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3218300.440.910.8731.0382.866.86
Hex2012302C5B571f537
Octal40223054133127371237
Binary1000001001011010110010110111010111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201203; }

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

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

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

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

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

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

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

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