#200D0A

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

Shades of Seal Brown #200D0A

Tints of Seal Brown #200D0A

Color information

#200D0A (or 0x200D0A) is unknown color: approx Seal Brown. HEX triplet: 20, 0D and 0A. RGB value is (32,13,10). Sum of RGB (Red+Green+Blue) = 32+13+10=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D0A is #DFF2F5. Grayscale: #121212. Windows color (decimal): -14676726 or 658720. OLE color: 658720.

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

Color convert

RGB321310-
CMYK00.590.690.87
HSL8.18º52.38%8.24%-
HSV(B)8.18º68.75%12.55%-
XYZ0.790.620.36-
YUV18.34123.29137.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 13 (5.47% from 255) = 23.64%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=58.18%
G=23.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32131000.590.690.878.1852.388.24
Hex20DA03B45578348
Octal401512073105127106410
Binary1000001101101001110111000101101011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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