#220E0C

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

Shades of Seal Brown #220E0C

Tints of Seal Brown #220E0C

Color information

#220E0C (or 0x220E0C) is unknown color: approx Seal Brown. HEX triplet: 22, 0E and 0C. RGB value is (34,14,12). Sum of RGB (Red+Green+Blue) = 34+14+12=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E0C is #DDF1F3. Grayscale: #131313. Windows color (decimal): -14545396 or 790050. OLE color: 790050.

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

Color convert

RGB341412-
CMYK00.590.650.87
HSL5.45º47.83%9.02%-
HSV(B)5.45º64.71%13.33%-
XYZ0.880.680.43-
YUV19.75123.63138.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 56.67%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 12 (5.08% from 255) = 20%
R=56.67%
G=23.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34141200.590.650.875.4547.839.02
Hex22EC03B41575309
Octal42161407310112756011
Binary100010111011000111011100000110101111011100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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