#200805

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

Shades of Seal Brown #200805

Tints of Seal Brown #200805

Color information

#200805 (or 0x200805) is unknown color: approx Seal Brown. HEX triplet: 20, 08 and 05. RGB value is (32,8,5). Sum of RGB (Red+Green+Blue) = 32+8+5=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #200805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200805 is #DFF7FA. Grayscale: #0E0E0E. Windows color (decimal): -14678011 or 329760. OLE color: 329760.

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

Color convert

RGB3285-
CMYK00.750.840.87
HSL6.67º72.97%7.25%-
HSV(B)6.67º84.38%12.55%-
XYZ0.710.490.2-
YUV14.83122.45140.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 71.11%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=71.11%
G=17.78%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal328500.750.840.876.6772.977.25
Hex208504B54577497
Octal40105011312412771117
Binary100000100010101001011101010010101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200805; }

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

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

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

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

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

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

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

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