#200808

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

Shades of Seal Brown #200808

Tints of Seal Brown #200808

Color information

#200808 (or 0x200808) is unknown color: approx Seal Brown. HEX triplet: 20, 08 and 08. RGB value is (32,8,8). Sum of RGB (Red+Green+Blue) = 32+8+8=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200808 is #DFF7F7. Grayscale: #0F0F0F. Windows color (decimal): -14678008 or 526368. OLE color: 526368.

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

Color convert

RGB3288-
CMYK00.750.750.87
HSL60%7.84%-
HSV(B)75%12.55%-
XYZ0.730.50.29-
YUV15.18123.95140-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal328800.750.750.870607.84
Hex208804B4B5703c8
Octal401010011311312707410
Binary10000010001000010010111001011101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200808; }

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

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

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

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

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

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

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

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