Html Css Color HEX #221301 Cocoa Brown

📋 copy color: '#221301'

red 34 ◦ green 19 ◦ blue 1

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

Shades of Cocoa Brown #221301

Tints of Cocoa Brown #221301

RGB

 RED value IS 34 (13.67% from 255) = 62.96%

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

 BLUE value IS 1 (0.78% from 255) = 1.85%

R = 62.96%
G = 35.19%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#221301 (or 0x221301) is known color: Cocoa Brown. HEX triplet: 22, 13 and 01. RGB value is (34,19,1). Sum of RGB (Red+Green+Blue) = 34+19+1=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #221301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221301 is #DDECFE. Grayscale: #151515. Windows color (decimal): -14544127 or 70434. OLE color: 70434.

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

Color convert

RGB 34 19 1 -
CMYK 0 0.44 0.97 0.87
HSL 32.73º 0.94% 0.07% -
HSV(B) 32.73º 0.97% 0.13% -
XYZ 0.9 0.81 0.14 -
YUV 21.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 34 19 1 0 0.44 0.97 0.87 32.73 0.94 0.07
Hex 22 13 1 0 2C 61 57 21 5E 7
Octal 42 23 1 0 54 141 127 41 136 7
Binary 100010 10011 1 0 101100 1100001 1010111 100001 1011110 111

Color Harmonies of #221301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221301

Black with #221301

Text Example


Text Example

White with #221301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221301; }

 p { color: rgb(34,19,1); }

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

background-color css

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

 a { background-color: rgb(34,19,1); }

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

border-color css

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

 span { border-color: rgb(34,19,1); }

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