#220D0D

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

Shades of Seal Brown #220D0D

Tints of Seal Brown #220D0D

Color information

#220D0D (or 0x220D0D) is unknown color: approx Seal Brown. HEX triplet: 22, 0D and 0D. RGB value is (34,13,13). Sum of RGB (Red+Green+Blue) = 34+13+13=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D0D is #DDF2F2. Grayscale: #131313. Windows color (decimal): -14545651 or 855330. OLE color: 855330.

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

Color convert

RGB341313-
CMYK00.620.620.87
HSL44.68%9.22%-
HSV(B)61.76%13.33%-
XYZ0.880.660.46-
YUV19.28124.46138.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 56.67%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=56.67%
G=21.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34131300.620.620.87044.689.22
Hex22DD03E3E5702d9
Octal4215150767612705511
Binary100010110111010111110111110101011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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