#200503

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

Shades of Seal Brown #200503

Tints of Seal Brown #200503

Color information

#200503 (or 0x200503) is unknown color: approx Seal Brown. HEX triplet: 20, 05 and 03. RGB value is (32,5,3). Sum of RGB (Red+Green+Blue) = 32+5+3=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200503 is #DFFAFC. Grayscale: #0C0C0C. Windows color (decimal): -14678781 or 197920. OLE color: 197920.

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

Color convert

RGB3253-
CMYK00.840.910.87
HSL4.14º82.86%6.86%-
HSV(B)4.14º90.62%12.55%-
XYZ0.670.420.13-
YUV12.84122.45141.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 3 (1.56% from 255) = 7.5%
R=80%
G=12.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325300.840.910.874.1482.866.86
Hex20530545B574537
Octal4053012413312741237
Binary1000001011101010100101101110101111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200503; }

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

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

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

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

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

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

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

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