Html Css Color HEX #211302 Cocoa Brown

📋 copy color: '#211302'

red 33 ◦ green 19 ◦ blue 2

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

Shades of Cocoa Brown #211302

Tints of Cocoa Brown #211302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.7%

R = 61.11%
G = 35.19%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#211302 (or 0x211302) is known color: Cocoa Brown. HEX triplet: 21, 13 and 02. RGB value is (33,19,2). Sum of RGB (Red+Green+Blue) = 33+19+2=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #211302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211302 is #DEECFD. Grayscale: #151515. Windows color (decimal): -14609662 or 135969. OLE color: 135969.

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

Color convert

RGB 33 19 2 -
CMYK 0 0.42 0.94 0.87
HSL 32.9º 0.89% 0.07% -
HSV(B) 32.9º 0.94% 0.13% -
XYZ 0.87 0.79 0.16 -
YUV 21.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 33 19 2 0 0.42 0.94 0.87 32.9 0.89 0.07
Hex 21 13 2 0 2A 5E 57 21 59 7
Octal 41 23 2 0 52 136 127 41 131 7
Binary 100001 10011 10 0 101010 1011110 1010111 100001 1011001 111

Color Harmonies of #211302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211302

Black with #211302

Text Example


Text Example

White with #211302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211302; }

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

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

background-color css

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

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

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

border-color css

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

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

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