#221502

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

Shades of Cocoa Brown #221502

Tints of Cocoa Brown #221502

Color information

#221502 (or 0x221502) is unknown color: approx Cocoa Brown. HEX triplet: 22, 15 and 02. RGB value is (34,21,2). Sum of RGB (Red+Green+Blue) = 34+21+2=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #221502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221502 is #DDEAFD. Grayscale: #161616. Windows color (decimal): -14543614 or 136482. OLE color: 136482.

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

Color convert

RGB34212-
CMYK00.380.940.87
HSL35.62º88.89%7.06%-
HSV(B)35.62º94.12%13.33%-
XYZ0.940.880.18-
YUV22.72116.31136.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 59.65%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=59.65%
G=36.84%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3421200.380.940.8735.6288.897.06
Hex221520265E5724597
Octal42252046136127441317
Binary10001010101100100110101111010101111001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221502; }

 p { color: rgb(34,21,2); }

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

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

 a { background-color: rgb(34,21,2); }

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

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

 span { border-color: rgb(34,21,2); }

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