#200D0C

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

Shades of Seal Brown #200D0C

Tints of Seal Brown #200D0C

Color information

#200D0C (or 0x200D0C) is unknown color: approx Seal Brown. HEX triplet: 20, 0D and 0C. RGB value is (32,13,12). Sum of RGB (Red+Green+Blue) = 32+13+12=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D0C is #DFF2F3. Grayscale: #121212. Windows color (decimal): -14676724 or 789792. OLE color: 789792.

HSL color Cylindrical-coordinate representation of color #200D0C: hue angle of 3º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200D0C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB321312-
CMYK00.590.630.87
HSL45.45%8.63%-
HSV(B)62.5%12.55%-
XYZ0.810.620.43-
YUV18.57124.29137.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=56.14%
G=22.81%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32131200.590.630.87345.458.63
Hex20DC03B3F5732d9
Octal4015140737712735511
Binary1000001101110001110111111111010111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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