Html Css Color HEX #211205 Cocoa Brown

📋 copy color: '#211205'

red 33 ◦ green 18 ◦ blue 5

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

Shades of Cocoa Brown #211205

Tints of Cocoa Brown #211205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.93%

R = 58.93%
G = 32.14%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#211205 (or 0x211205) is known color: Cocoa Brown. HEX triplet: 21, 12 and 05. RGB value is (33,18,5). Sum of RGB (Red+Green+Blue) = 33+18+5=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211205 is #DEEDFA. Grayscale: #151515. Windows color (decimal): -14609915 or 332321. OLE color: 332321.

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

Color convert

RGB 33 18 5 -
CMYK 0 0.45 0.85 0.87
HSL 27.86º 0.74% 0.07% -
HSV(B) 27.86º 0.85% 0.13% -
XYZ 0.87 0.77 0.25 -
YUV 21 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 33 18 5 0 0.45 0.85 0.87 27.86 0.74 0.07
Hex 21 12 5 0 2D 55 57 1C 4A 7
Octal 41 22 5 0 55 125 127 34 112 7
Binary 100001 10010 101 0 101101 1010101 1010111 11100 1001010 111

Color Harmonies of #211205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211205

Black with #211205

Text Example


Text Example

White with #211205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211205; }

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

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

background-color css

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

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

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

border-color css

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

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

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