Html Css Color HEX #211508 Cocoa Brown

📋 copy color: '#211508'

red 33 ◦ green 21 ◦ blue 8

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

Shades of Cocoa Brown #211508

Tints of Cocoa Brown #211508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.87%

 BLUE value IS 8 (3.52% from 255) = 12.9%

R = 53.23%
G = 33.87%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.87

RGB Variations

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

Color information

#211508 (or 0x211508) is known color: Cocoa Brown. HEX triplet: 21, 15 and 08. RGB value is (33,21,8). Sum of RGB (Red+Green+Blue) = 33+21+8=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #211508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211508 is #DEEAF7. Grayscale: #171717. Windows color (decimal): -14609144 or 529697. OLE color: 529697.

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

Color convert

RGB 33 21 8 -
CMYK 0 0.36 0.76 0.87
HSL 31.2º 0.61% 0.08% -
HSV(B) 31.2º 0.76% 0.13% -
XYZ 0.94 0.88 0.35 -
YUV 23.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 33 21 8 0 0.36 0.76 0.87 31.2 0.61 0.08
Hex 21 15 8 0 24 4C 57 1F 3D 8
Octal 41 25 10 0 44 114 127 37 75 10
Binary 100001 10101 1000 0 100100 1001100 1010111 11111 111101 1000

Color Harmonies of #211508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211508

Black with #211508

Text Example


Text Example

White with #211508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211508; }

 p { color: rgb(33,21,8); }

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

background-color css

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

 a { background-color: rgb(33,21,8); }

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

border-color css

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

 span { border-color: rgb(33,21,8); }

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