#220E0A

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

Shades of Seal Brown #220E0A

Tints of Seal Brown #220E0A

Color information

#220E0A (or 0x220E0A) is unknown color: approx Seal Brown. HEX triplet: 22, 0E and 0A. RGB value is (34,14,10). Sum of RGB (Red+Green+Blue) = 34+14+10=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #220E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E0A is #DDF1F5. Grayscale: #131313. Windows color (decimal): -14545398 or 658978. OLE color: 658978.

HSL color Cylindrical-coordinate representation of color #220E0A: hue angle of 10º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220E0A is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB341410-
CMYK00.590.710.87
HSL10º54.55%8.63%-
HSV(B)10º70.59%13.33%-
XYZ0.870.680.37-
YUV19.52122.63138.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=58.62%
G=24.14%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34141000.590.710.871054.558.63
Hex22EA03B4757a379
Octal421612073107127126711
Binary1000101110101001110111000111101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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