#220100

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

Shades of Seal Brown #220100

Tints of Seal Brown #220100

Color information

#220100 (or 0x220100) is unknown color: approx Seal Brown. HEX triplet: 22, 01 and 00. RGB value is (34,1,0). Sum of RGB (Red+Green+Blue) = 34+1+0=35 (4% of max value = 765). Red value is 34 (13.67% from 255 or 97.14% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 34 - color contains mainly: red. Hex color #220100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220100 is #DDFEFF. Grayscale: #0A0A0A. Windows color (decimal): -14548736 or 290. OLE color: 290.

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

Color convert

RGB3410-
CMYK00.9710.87
HSL1.76º100%6.67%-
HSV(B)1.76º100%13.33%-
XYZ0.670.360.03-
YUV10.75121.93144.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 97.14%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.14%
G=2.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal341000.9710.871.761006.67
Hex221006164572647
Octal4210014114412721447
Binary100010100110000111001001010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220100; }

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

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

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

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

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

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

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

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