Html Css Color HEX #211100 Cocoa Brown

📋 copy color: '#211100'

red 33 ◦ green 17 ◦ blue 0

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

Shades of Cocoa Brown #211100

Tints of Cocoa Brown #211100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66%
G = 34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#211100 (or 0x211100) is known color: Cocoa Brown. HEX triplet: 21, 11 and 00. RGB value is (33,17,0). Sum of RGB (Red+Green+Blue) = 33+17+0=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #211100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211100 is #DEEEFF. Grayscale: #131313. Windows color (decimal): -14610176 or 4385. OLE color: 4385.

HSL color Cylindrical-coordinate representation of color #211100: hue angle of 30.91º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 17 0 -
CMYK 0 0.48 1 0.87
HSL 30.91º 1% 0.06% -
HSV(B) 30.91º 1% 0.13% -
XYZ 0.83 0.72 0.1 -
YUV 19.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 33 17 0 0 0.48 1 0.87 30.91 1 0.06
Hex 21 11 0 0 30 64 57 1F 64 6
Octal 41 21 0 0 60 144 127 37 144 6
Binary 100001 10001 0 0 110000 1100100 1010111 11111 1100100 110

Color Harmonies of #211100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211100

Black with #211100

Text Example


Text Example

White with #211100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211100; }

 p { color: rgb(33,17,0); }

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

background-color css

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

 a { background-color: rgb(33,17,0); }

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

border-color css

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

 span { border-color: rgb(33,17,0); }

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