#200C07

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

Shades of Seal Brown #200C07

Tints of Seal Brown #200C07

Color information

#200C07 (or 0x200C07) is unknown color: approx Seal Brown. HEX triplet: 20, 0C and 07. RGB value is (32,12,7). Sum of RGB (Red+Green+Blue) = 32+12+7=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C07 is #DFF3F8. Grayscale: #111111. Windows color (decimal): -14676985 or 461856. OLE color: 461856.

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

Color convert

RGB32127-
CMYK00.630.780.87
HSL12º64.1%7.65%-
HSV(B)12º78.12%12.55%-
XYZ0.770.590.27-
YUV17.41122.13138.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 12 (5.08% from 255) = 23.53%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=62.75%
G=23.53%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3212700.630.780.871264.17.65
Hex20C703F4E57c408
Octal401470771161271410010
Binary1000001100111011111110011101010111110010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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