Html Css Color HEX #211201 Cocoa Brown

📋 copy color: '#211201'

red 33 ◦ green 18 ◦ blue 1

#211201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #211201

Tints of Cocoa Brown #211201

RGB

 RED value IS 33 (13.28% from 255) = 63.46%

 GREEN value IS 18 (7.42% from 255) = 34.62%

 BLUE value IS 1 (0.78% from 255) = 1.92%

R = 63.46%
G = 34.62%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#211201 (or 0x211201) is known color: Cocoa Brown. HEX triplet: 21, 12 and 01. RGB value is (33,18,1). Sum of RGB (Red+Green+Blue) = 33+18+1=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #211201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211201 is #DEEDFE. Grayscale: #141414. Windows color (decimal): -14609919 or 70177. OLE color: 70177.

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

Color convert

RGB 33 18 1 -
CMYK 0 0.45 0.97 0.87
HSL 31.88º 0.94% 0.07% -
HSV(B) 31.88º 0.97% 0.13% -
XYZ 0.85 0.76 0.13 -
YUV 20.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 33 18 1 0 0.45 0.97 0.87 31.88 0.94 0.07
Hex 21 12 1 0 2D 61 57 20 5E 7
Octal 41 22 1 0 55 141 127 40 136 7
Binary 100001 10010 1 0 101101 1100001 1010111 100000 1011110 111

Color Harmonies of #211201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211201

Black with #211201

Text Example


Text Example

White with #211201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211201; }

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

 H1.HeaderClassName
 {
   color: #211201;
 }
 .AnyTagClassName
 {
   color: #211201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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