#200403

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

Shades of Seal Brown #200403

Tints of Seal Brown #200403

Color information

#200403 (or 0x200403) is unknown color: approx Seal Brown. HEX triplet: 20, 04 and 03. RGB value is (32,4,3). Sum of RGB (Red+Green+Blue) = 32+4+3=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200403 is #DFFBFC. Grayscale: #0C0C0C. Windows color (decimal): -14679037 or 197664. OLE color: 197664.

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

Color convert

RGB3243-
CMYK00.870.910.87
HSL2.07º82.86%6.86%-
HSV(B)2.07º90.62%12.55%-
XYZ0.660.40.13-
YUV12.26122.78142.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 82.05%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=82.05%
G=10.26%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal324300.870.910.872.0782.866.86
Hex20430575B572537
Octal4043012713312721237
Binary100000100110101011110110111010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200403; }

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

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

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

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

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

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

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

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