#200702

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

Shades of Seal Brown #200702

Tints of Seal Brown #200702

Color information

#200702 (or 0x200702) is unknown color: approx Seal Brown. HEX triplet: 20, 07 and 02. RGB value is (32,7,2). Sum of RGB (Red+Green+Blue) = 32+7+2=41 (5% of max value = 765). Red value is 32 (12.89% from 255 or 78.05% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 32 - color contains mainly: red. Hex color #200702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200702 is #DFF8FD. Grayscale: #0D0D0D. Windows color (decimal): -14678270 or 132896. OLE color: 132896.

HSL color Cylindrical-coordinate representation of color #200702: hue angle of 10º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200702 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB3272-
CMYK00.780.940.87
HSL10º88.24%6.67%-
HSV(B)10º93.75%12.55%-
XYZ0.680.460.11-
YUV13.9121.28140.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 78.05%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=78.05%
G=17.07%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal327200.780.940.871088.246.67
Hex207204E5E57a587
Octal40720116136127121307
Binary10000011110010011101011110101011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200702; }

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

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

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

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

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

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

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

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