#221001

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

Shades of Cocoa Brown #221001

Tints of Cocoa Brown #221001

Color information

#221001 (or 0x221001) is unknown color: approx Cocoa Brown. HEX triplet: 22, 10 and 01. RGB value is (34,16,1). Sum of RGB (Red+Green+Blue) = 34+16+1=51 (6% of max value = 765). Red value is 34 (13.67% from 255 or 66.67% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 34 - color contains mainly: red. Hex color #221001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221001 is #DDEFFE. Grayscale: #131313. Windows color (decimal): -14544895 or 69666. OLE color: 69666.

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

Color convert

RGB34161-
CMYK00.530.970.87
HSL27.27º94.29%6.86%-
HSV(B)27.27º97.06%13.33%-
XYZ0.850.710.12-
YUV19.67117.46138.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=66.67%
G=31.37%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3416100.530.970.8727.2794.296.86
Hex2210103561571b5e7
Octal42201065141127331367
Binary100010100001011010111000011010111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221001; }

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

 H1.HeaderClassName
 {
   color: #221001;
 }
 .AnyTagClassName
 {
   color: #221001;
 }
</style>
background-color css

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

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

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

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

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

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