#220401

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

Shades of Seal Brown #220401

Tints of Seal Brown #220401

Color information

#220401 (or 0x220401) is unknown color: approx Seal Brown. HEX triplet: 22, 04 and 01. RGB value is (34,4,1). Sum of RGB (Red+Green+Blue) = 34+4+1=39 (5% of max value = 765). Red value is 34 (13.67% from 255 or 87.18% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 34 - color contains mainly: red. Hex color #220401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220401 is #DDFBFE. Grayscale: #0C0C0C. Windows color (decimal): -14547967 or 66594. OLE color: 66594.

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

Color convert

RGB3441-
CMYK00.880.970.87
HSL5.45º94.29%6.86%-
HSV(B)5.45º97.06%13.33%-
XYZ0.710.430.07-
YUV12.63121.44143.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 87.18%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=87.18%
G=10.26%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal344100.880.970.875.4594.296.86
Hex2241058615755e7
Octal4241013014112751367
Binary100010100101011000110000110101111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220401; }

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

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

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

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

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

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

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

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