#220502

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

Shades of Seal Brown #220502

Tints of Seal Brown #220502

Color information

#220502 (or 0x220502) is unknown color: approx Seal Brown. HEX triplet: 22, 05 and 02. RGB value is (34,5,2). Sum of RGB (Red+Green+Blue) = 34+5+2=41 (5% of max value = 765). Red value is 34 (13.67% from 255 or 82.93% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 34 - color contains mainly: red. Hex color #220502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220502 is #DDFAFD. Grayscale: #0D0D0D. Windows color (decimal): -14547710 or 132386. OLE color: 132386.

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

Color convert

RGB3452-
CMYK00.850.940.87
HSL5.62º88.89%7.06%-
HSV(B)5.62º94.12%13.33%-
XYZ0.720.450.11-
YUV13.33121.61142.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 82.93%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=82.93%
G=12.20%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal345200.850.940.875.6288.897.06
Hex22520555E576597
Octal4252012513612761317
Binary1000101011001010101101111010101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220502; }

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

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

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

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

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

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

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

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