#220808

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

Shades of Seal Brown #220808

Tints of Seal Brown #220808

Color information

#220808 (or 0x220808) is unknown color: approx Seal Brown. HEX triplet: 22, 08 and 08. RGB value is (34,8,8). Sum of RGB (Red+Green+Blue) = 34+8+8=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #220808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220808 is #DDF7F7. Grayscale: #0F0F0F. Windows color (decimal): -14546936 or 526370. OLE color: 526370.

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

Color convert

RGB3488-
CMYK00.760.760.87
HSL61.9%8.24%-
HSV(B)76.47%13.33%-
XYZ0.790.530.29-
YUV15.77123.61141-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 68%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 8 (3.52% from 255) = 16%
R=68%
G=16%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal348800.760.760.87061.98.24
Hex228804C4C5703e8
Octal421010011411412707610
Binary10001010001000010011001001100101011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220808; }

 p { color: rgb(34,8,8); }

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

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

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

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

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

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

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