#200C00

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

Shades of Seal Brown #200C00

Tints of Seal Brown #200C00

Color information

#200C00 (or 0x200C00) is unknown color: approx Seal Brown. HEX triplet: 20, 0C and 00. RGB value is (32,12,0). Sum of RGB (Red+Green+Blue) = 32+12+0=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #200C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C00 is #DFF3FF. Grayscale: #101010. Windows color (decimal): -14676992 or 3104. OLE color: 3104.

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

Color convert

RGB32120-
CMYK00.6310.87
HSL22.5º100%6.27%-
HSV(B)22.5º100%12.55%-
XYZ0.730.570.07-
YUV16.61118.63138.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 72.73%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.73%
G=27.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3212000.6310.8722.51006.27
Hex20C003F645716646
Octal40140077144127261446
Binary10000011000011111111001001010111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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