#220D09

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

Shades of Seal Brown #220D09

Tints of Seal Brown #220D09

Color information

#220D09 (or 0x220D09) is unknown color: approx Seal Brown. HEX triplet: 22, 0D and 09. RGB value is (34,13,9). Sum of RGB (Red+Green+Blue) = 34+13+9=56 (7% of max value = 765). Red value is 34 (13.67% from 255 or 60.71% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 34 - color contains mainly: red. Hex color #220D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D09 is #DDF2F6. Grayscale: #121212. Windows color (decimal): -14545655 or 593186. OLE color: 593186.

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

Color convert

RGB34139-
CMYK00.620.740.87
HSL9.6º58.14%8.43%-
HSV(B)9.6º73.53%13.33%-
XYZ0.850.650.34-
YUV18.82122.46138.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 60.71%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=60.71%
G=23.21%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3413900.620.740.879.658.148.43
Hex22D903E4A57a3a8
Octal421511076112127127210
Binary1000101101100101111101001010101011110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,13,9); }

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

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

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

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

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

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

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