#200A09

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

Shades of Seal Brown #200A09

Tints of Seal Brown #200A09

Color information

#200A09 (or 0x200A09) is unknown color: approx Seal Brown. HEX triplet: 20, 0A and 09. RGB value is (32,10,9). Sum of RGB (Red+Green+Blue) = 32+10+9=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A09 is #DFF5F6. Grayscale: #101010. Windows color (decimal): -14677495 or 592416. OLE color: 592416.

HSL color Cylindrical-coordinate representation of color #200A09: hue angle of 2.61º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200A09 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB32109-
CMYK00.690.720.87
HSL2.61º56.1%8.04%-
HSV(B)2.61º71.88%12.55%-
XYZ0.750.540.32-
YUV16.46123.79139.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=62.75%
G=19.61%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3210900.690.720.872.6156.18.04
Hex20A904548573388
Octal401211010511012737010
Binary100000101010010100010110010001010111111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A09; }

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

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

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

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

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

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

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

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