#200300

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

Shades of Seal Brown #200300

Tints of Seal Brown #200300

Color information

#200300 (or 0x200300) is unknown color: approx Seal Brown. HEX triplet: 20, 03 and 00. RGB value is (32,3,0). Sum of RGB (Red+Green+Blue) = 32+3+0=35 (4% of max value = 765). Red value is 32 (12.89% from 255 or 91.43% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 32 - color contains mainly: red. Hex color #200300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200300 is #DFFCFF. Grayscale: #0B0B0B. Windows color (decimal): -14679296 or 800. OLE color: 800.

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

Color convert

RGB3230-
CMYK00.9110.87
HSL5.62º100%6.27%-
HSV(B)5.62º100%12.55%-
XYZ0.630.370.04-
YUV11.33121.61142.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 91.43%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.43%
G=8.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323000.9110.875.621006.27
Hex203005B64576646
Octal4030013314412761446
Binary10000011001011011110010010101111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200300; }

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

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

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

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

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

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

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

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