#221301

Color #221301 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #221301

Tints of Cocoa Brown #221301

Color information

#221301 (or 0x221301) is unknown color: approx 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

RGB34191-
CMYK00.440.970.87
HSL32.73º94.29%6.86%-
HSV(B)32.73º97.06%13.33%-
XYZ0.90.810.14-
YUV21.43116.47136.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3419100.440.970.8732.7394.296.86
Hex2213102C6157215e7
Octal42231054141127411367
Binary1000101001110101100110000110101111000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>