#220E05

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

Shades of Seal Brown #220E05

Tints of Seal Brown #220E05

Color information

#220E05 (or 0x220E05) is unknown color: approx Seal Brown. HEX triplet: 22, 0E and 05. RGB value is (34,14,5). Sum of RGB (Red+Green+Blue) = 34+14+5=53 (7% of max value = 765). Red value is 34 (13.67% from 255 or 64.15% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 34 - color contains mainly: red. Hex color #220E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E05 is #DDF1FA. Grayscale: #131313. Windows color (decimal): -14545403 or 331298. OLE color: 331298.

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

Color convert

RGB34145-
CMYK00.590.850.87
HSL18.62º74.36%7.65%-
HSV(B)18.62º85.29%13.33%-
XYZ0.840.670.23-
YUV18.95120.13138.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 64.15%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=64.15%
G=26.42%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3414500.590.850.8718.6274.367.65
Hex22E503B5557134a8
Octal421650731251272311210
Binary10001011101010111011101010110101111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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