#221302

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

Shades of Cocoa Brown #221302

Tints of Cocoa Brown #221302

Color information

#221302 (or 0x221302) is unknown color: approx Cocoa Brown. HEX triplet: 22, 13 and 02. RGB value is (34,19,2). Sum of RGB (Red+Green+Blue) = 34+19+2=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221302 is #DDECFD. Grayscale: #151515. Windows color (decimal): -14544126 or 135970. OLE color: 135970.

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

Color convert

RGB34192-
CMYK00.440.940.87
HSL31.88º88.89%7.06%-
HSV(B)31.88º94.12%13.33%-
XYZ0.90.810.17-
YUV21.55116.97136.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 61.82%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=61.82%
G=34.55%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3419200.440.940.8731.8888.897.06
Hex2213202C5E5720597
Octal42232054136127401317
Binary10001010011100101100101111010101111000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221302; }

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

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

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

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

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

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

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

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