Html Css Color HEX #211609 Cocoa Brown

📋 copy color: '#211609'

red 33 ◦ green 22 ◦ blue 9

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

Shades of Cocoa Brown #211609

Tints of Cocoa Brown #211609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 34.38%

 BLUE value IS 9 (3.91% from 255) = 14.06%

R = 51.56%
G = 34.38%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#211609 (or 0x211609) is known color: Cocoa Brown. HEX triplet: 21, 16 and 09. RGB value is (33,22,9). Sum of RGB (Red+Green+Blue) = 33+22+9=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #211609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211609 is #DEE9F6. Grayscale: #171717. Windows color (decimal): -14608887 or 595489. OLE color: 595489.

HSL color Cylindrical-coordinate representation of color #211609: hue angle of 32.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211609 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 22 9 -
CMYK 0 0.33 0.73 0.87
HSL 32.5º 0.57% 0.08% -
HSV(B) 32.5º 0.73% 0.13% -
XYZ 0.96 0.92 0.38 -
YUV 23.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 33 22 9 0 0.33 0.73 0.87 32.5 0.57 0.08
Hex 21 16 9 0 21 49 57 20 39 8
Octal 41 26 11 0 41 111 127 40 71 10
Binary 100001 10110 1001 0 100001 1001001 1010111 100000 111001 1000

Color Harmonies of #211609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211609

Black with #211609

Text Example


Text Example

White with #211609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211609; }

 p { color: rgb(33,22,9); }

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

background-color css

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

 a { background-color: rgb(33,22,9); }

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

border-color css

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

 span { border-color: rgb(33,22,9); }

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