#200C09

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

Shades of Seal Brown #200C09

Tints of Seal Brown #200C09

Color information

#200C09 (or 0x200C09) is unknown color: approx Seal Brown. HEX triplet: 20, 0C and 09. RGB value is (32,12,9). Sum of RGB (Red+Green+Blue) = 32+12+9=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C09 is #DFF3F6. Grayscale: #111111. Windows color (decimal): -14676983 or 592928. OLE color: 592928.

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

Color convert

RGB32129-
CMYK00.630.720.87
HSL7.83º56.1%8.04%-
HSV(B)7.83º71.88%12.55%-
XYZ0.780.590.33-
YUV17.64123.13138.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=60.38%
G=22.64%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3212900.630.720.877.8356.18.04
Hex20C903F48578388
Octal401411077110127107010
Binary1000001100100101111111001000101011110001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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