Html Css Color HEX #211400 Cocoa Brown

📋 copy color: '#211400'

red 33 ◦ green 20 ◦ blue 0

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

Shades of Cocoa Brown #211400

Tints of Cocoa Brown #211400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.74%

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

R = 62.26%
G = 37.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#211400 (or 0x211400) is known color: Cocoa Brown. HEX triplet: 21, 14 and 00. RGB value is (33,20,0). Sum of RGB (Red+Green+Blue) = 33+20+0=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #211400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211400 is #DEEBFF. Grayscale: #151515. Windows color (decimal): -14609408 or 5153. OLE color: 5153.

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

Color convert

RGB 33 20 0 -
CMYK 0 0.39 1 0.87
HSL 36.36º 1% 0.06% -
HSV(B) 36.36º 1% 0.13% -
XYZ 0.88 0.82 0.11 -
YUV 21.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 33 20 0 0 0.39 1 0.87 36.36 1 0.06
Hex 21 14 0 0 27 64 57 24 64 6
Octal 41 24 0 0 47 144 127 44 144 6
Binary 100001 10100 0 0 100111 1100100 1010111 100100 1100100 110

Color Harmonies of #211400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211400

Black with #211400

Text Example


Text Example

White with #211400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211400; }

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

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

background-color css

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

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

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

border-color css

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

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

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