#200D03

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

Shades of Seal Brown #200D03

Tints of Seal Brown #200D03

Color information

#200D03 (or 0x200D03) is unknown color: approx Seal Brown. HEX triplet: 20, 0D and 03. RGB value is (32,13,3). Sum of RGB (Red+Green+Blue) = 32+13+3=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D03 is #DFF2FC. Grayscale: #111111. Windows color (decimal): -14676733 or 199968. OLE color: 199968.

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

Color convert

RGB32133-
CMYK00.590.910.87
HSL20.69º82.86%6.86%-
HSV(B)20.69º90.62%12.55%-
XYZ0.760.60.16-
YUV17.54119.79138.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=66.67%
G=27.08%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3213300.590.910.8720.6982.866.86
Hex20D303B5B5715537
Octal40153073133127251237
Binary100000110111011101110110111010111101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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