#220804

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

Shades of Seal Brown #220804

Tints of Seal Brown #220804

Color information

#220804 (or 0x220804) is unknown color: approx Seal Brown. HEX triplet: 22, 08 and 04. RGB value is (34,8,4). Sum of RGB (Red+Green+Blue) = 34+8+4=46 (6% of max value = 765). Red value is 34 (13.67% from 255 or 73.91% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 34 - color contains mainly: red. Hex color #220804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220804 is #DDF7FB. Grayscale: #0F0F0F. Windows color (decimal): -14546940 or 264226. OLE color: 264226.

HSL color Cylindrical-coordinate representation of color #220804: hue angle of 8º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220804 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB3484-
CMYK00.760.880.87
HSL78.95%7.45%-
HSV(B)88.24%13.33%-
XYZ0.770.520.18-
YUV15.32121.61141.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 73.91%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=73.91%
G=17.39%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal348400.760.880.87878.957.45
Hex228404C585784f7
Octal421040114130127101177
Binary1000101000100010011001011000101011110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220804; }

 p { color: rgb(34,8,4); }

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

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

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

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

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

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

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