Html Css Color HEX #211002 Cocoa Brown

📋 copy color: '#211002'

red 33 ◦ green 16 ◦ blue 2

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

Shades of Cocoa Brown #211002

Tints of Cocoa Brown #211002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

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

R = 64.71%
G = 31.37%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#211002 (or 0x211002) is known color: Cocoa Brown. HEX triplet: 21, 10 and 02. RGB value is (33,16,2). Sum of RGB (Red+Green+Blue) = 33+16+2=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #211002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211002 is #DEEFFD. Grayscale: #131313. Windows color (decimal): -14610430 or 135201. OLE color: 135201.

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

Color convert

RGB 33 16 2 -
CMYK 0 0.52 0.94 0.87
HSL 27.1º 0.89% 0.07% -
HSV(B) 27.1º 0.94% 0.13% -
XYZ 0.82 0.7 0.15 -
YUV 19.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 33 16 2 0 0.52 0.94 0.87 27.1 0.89 0.07
Hex 21 10 2 0 34 5E 57 1B 59 7
Octal 41 20 2 0 64 136 127 33 131 7
Binary 100001 10000 10 0 110100 1011110 1010111 11011 1011001 111

Color Harmonies of #211002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211002

Black with #211002

Text Example


Text Example

White with #211002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211002; }

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

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

background-color css

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

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

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

border-color css

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

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

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