#220A08

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

Shades of Seal Brown #220A08

Tints of Seal Brown #220A08

Color information

#220A08 (or 0x220A08) is unknown color: approx Seal Brown. HEX triplet: 22, 0A and 08. RGB value is (34,10,8). Sum of RGB (Red+Green+Blue) = 34+10+8=52 (6% of max value = 765). Red value is 34 (13.67% from 255 or 65.38% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 34 - color contains mainly: red. Hex color #220A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220A08 is #DDF5F7. Grayscale: #101010. Windows color (decimal): -14546424 or 526882. OLE color: 526882.

HSL color Cylindrical-coordinate representation of color #220A08: hue angle of 4.62º 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 #220A08 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB34108-
CMYK00.710.760.87
HSL4.62º61.9%8.24%-
HSV(B)4.62º76.47%13.33%-
XYZ0.810.570.3-
YUV16.95122.95140.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 65.38%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=65.38%
G=19.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3410800.710.760.874.6261.98.24
Hex22A80474C5753e8
Octal421210010711412757610
Binary1000101010100001000111100110010101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220A08; }

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

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

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

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

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

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

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

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