#200700

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

Shades of Seal Brown #200700

Tints of Seal Brown #200700

Color information

#200700 (or 0x200700) is unknown color: approx Seal Brown. HEX triplet: 20, 07 and 00. RGB value is (32,7,0). Sum of RGB (Red+Green+Blue) = 32+7+0=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200700 is #DFF8FF. Grayscale: #0D0D0D. Windows color (decimal): -14678272 or 1824. OLE color: 1824.

HSL color Cylindrical-coordinate representation of color #200700: hue angle of 13.12º 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 #200700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB3270-
CMYK00.7810.87
HSL13.12º100%6.27%-
HSV(B)13.12º100%12.55%-
XYZ0.670.460.05-
YUV13.68120.28141.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 82.05%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.05%
G=17.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal327000.7810.8713.121006.27
Hex207004E6457d646
Octal40700116144127151446
Binary1000001110010011101100100101011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200700; }

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

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

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

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

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

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

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

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