#200A07

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

Shades of Seal Brown #200A07

Tints of Seal Brown #200A07

Color information

#200A07 (or 0x200A07) is unknown color: approx Seal Brown. HEX triplet: 20, 0A and 07. RGB value is (32,10,7). Sum of RGB (Red+Green+Blue) = 32+10+7=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #200A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A07 is #DFF5F8. Grayscale: #101010. Windows color (decimal): -14677497 or 461344. OLE color: 461344.

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

Color convert

RGB32107-
CMYK00.690.780.87
HSL7.2º64.1%7.65%-
HSV(B)7.2º78.12%12.55%-
XYZ0.740.540.27-
YUV16.24122.79139.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 7 (3.12% from 255) = 14.29%
R=65.31%
G=20.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3210700.690.780.877.264.17.65
Hex20A70454E577408
Octal401270105116127710010
Binary1000001010111010001011001110101011111110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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