#221404

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

Shades of Cocoa Brown #221404

Tints of Cocoa Brown #221404

Color information

#221404 (or 0x221404) is unknown color: approx Cocoa Brown. HEX triplet: 22, 14 and 04. RGB value is (34,20,4). Sum of RGB (Red+Green+Blue) = 34+20+4=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #221404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221404 is #DDEBFB. Grayscale: #161616. Windows color (decimal): -14543868 or 267298. OLE color: 267298.

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

Color convert

RGB34204-
CMYK00.410.880.87
HSL32º78.95%7.45%-
HSV(B)32º88.24%13.33%-
XYZ0.930.850.23-
YUV22.36117.64136.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=58.62%
G=34.48%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3420400.410.880.873278.957.45
Hex221440295857204f7
Octal42244051130127401177
Binary100010101001000101001101100010101111000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221404; }

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

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

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

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

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

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

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

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