#200804

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

Shades of Seal Brown #200804

Tints of Seal Brown #200804

Color information

#200804 (or 0x200804) is unknown color: approx Seal Brown. HEX triplet: 20, 08 and 04. RGB value is (32,8,4). Sum of RGB (Red+Green+Blue) = 32+8+4=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #200804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200804 is #DFF7FB. Grayscale: #0E0E0E. Windows color (decimal): -14678012 or 264224. OLE color: 264224.

HSL color Cylindrical-coordinate representation of color #200804: hue angle of 8.57º degrees, saturation: 0.78, 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 #200804 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB3284-
CMYK00.750.870.87
HSL8.57º77.78%7.06%-
HSV(B)8.57º87.5%12.55%-
XYZ0.70.490.17-
YUV14.72121.95140.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 72.73%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal328400.750.870.878.5777.787.06
Hex208404B575794e7
Octal401040113127127111167
Binary1000001000100010010111010111101011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200804; }

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

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

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

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

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

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

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

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