#200505

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

Shades of Seal Brown #200505

Tints of Seal Brown #200505

Color information

#200505 (or 0x200505) is unknown color: approx Seal Brown. HEX triplet: 20, 05 and 05. RGB value is (32,5,5). Sum of RGB (Red+Green+Blue) = 32+5+5=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200505 is #DFFAFA. Grayscale: #0D0D0D. Windows color (decimal): -14678779 or 328992. OLE color: 328992.

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

Color convert

RGB3255-
CMYK00.840.840.87
HSL72.97%7.25%-
HSV(B)84.38%12.55%-
XYZ0.680.430.19-
YUV13.07123.45141.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 76.19%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=76.19%
G=11.90%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325500.840.840.87072.977.25
Hex205505454570497
Octal4055012412412701117
Binary100000101101010101001010100101011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200505; }

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

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

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

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

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

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

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

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