#221401

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

Shades of Cocoa Brown #221401

Tints of Cocoa Brown #221401

Color information

#221401 (or 0x221401) is unknown color: approx Cocoa Brown. HEX triplet: 22, 14 and 01. RGB value is (34,20,1). Sum of RGB (Red+Green+Blue) = 34+20+1=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221401 is #DDEBFE. Grayscale: #161616. Windows color (decimal): -14543871 or 70690. OLE color: 70690.

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

Color convert

RGB34201-
CMYK00.410.970.87
HSL34.55º94.29%6.86%-
HSV(B)34.55º97.06%13.33%-
XYZ0.920.840.14-
YUV22.02116.14136.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 61.82%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=61.82%
G=36.36%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3420100.410.970.8734.5594.296.86
Hex221410296157235e7
Octal42241051141127431367
Binary1000101010010101001110000110101111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221401; }

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

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

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

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

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

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

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

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