Html Css Color HEX #211001 Cocoa Brown

📋 copy color: '#211001'

red 33 ◦ green 16 ◦ blue 1

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

Shades of Cocoa Brown #211001

Tints of Cocoa Brown #211001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 32%

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

R = 66%
G = 32%
B = 2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#211001 (or 0x211001) is known color: Cocoa Brown. HEX triplet: 21, 10 and 01. RGB value is (33,16,1). Sum of RGB (Red+Green+Blue) = 33+16+1=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #211001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211001 is #DEEFFE. Grayscale: #131313. Windows color (decimal): -14610431 or 69665. OLE color: 69665.

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

Color convert

RGB 33 16 1 -
CMYK 0 0.52 0.97 0.87
HSL 28.13º 0.94% 0.07% -
HSV(B) 28.13º 0.97% 0.13% -
XYZ 0.82 0.7 0.12 -
YUV 19.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 33 16 1 0 0.52 0.97 0.87 28.13 0.94 0.07
Hex 21 10 1 0 34 61 57 1C 5E 7
Octal 41 20 1 0 64 141 127 34 136 7
Binary 100001 10000 1 0 110100 1100001 1010111 11100 1011110 111

Color Harmonies of #211001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211001

Black with #211001

Text Example


Text Example

White with #211001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211001; }

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

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

background-color css

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

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

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

border-color css

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

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

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