Html Css Color HEX #211300 Cocoa Brown

📋 copy color: '#211300'

red 33 ◦ green 19 ◦ blue 0

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

Shades of Cocoa Brown #211300

Tints of Cocoa Brown #211300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 36.54%

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

R = 63.46%
G = 36.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#211300 (or 0x211300) is known color: Cocoa Brown. HEX triplet: 21, 13 and 00. RGB value is (33,19,0). Sum of RGB (Red+Green+Blue) = 33+19+0=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #211300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211300 is #DEECFF. Grayscale: #151515. Windows color (decimal): -14609664 or 4897. OLE color: 4897.

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

Color convert

RGB 33 19 0 -
CMYK 0 0.42 1 0.87
HSL 34.55º 1% 0.06% -
HSV(B) 34.55º 1% 0.13% -
XYZ 0.86 0.79 0.11 -
YUV 21.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 33 19 0 0 0.42 1 0.87 34.55 1 0.06
Hex 21 13 0 0 2A 64 57 23 64 6
Octal 41 23 0 0 52 144 127 43 144 6
Binary 100001 10011 0 0 101010 1100100 1010111 100011 1100100 110

Color Harmonies of #211300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211300

Black with #211300

Text Example


Text Example

White with #211300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211300; }

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

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

background-color css

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

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

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

border-color css

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

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

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