#200900

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

Shades of Seal Brown #200900

Tints of Seal Brown #200900

Color information

#200900 (or 0x200900) is unknown color: approx Seal Brown. HEX triplet: 20, 09 and 00. RGB value is (32,9,0). Sum of RGB (Red+Green+Blue) = 32+9+0=41 (5% of max value = 765). Red value is 32 (12.89% from 255 or 78.05% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 32 - color contains mainly: red. Hex color #200900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200900 is #DFF6FF. Grayscale: #0E0E0E. Windows color (decimal): -14677760 or 2336. OLE color: 2336.

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

Color convert

RGB3290-
CMYK00.7210.87
HSL16.88º100%6.27%-
HSV(B)16.88º100%12.55%-
XYZ0.690.50.06-
YUV14.85119.62140.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 78.05%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.05%
G=21.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal329000.7210.8716.881006.27
Hex2090048645711646
Octal401100110144127211446
Binary100000100100100100011001001010111100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200900; }

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

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

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

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

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

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

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

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