#200502

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

Shades of Seal Brown #200502

Tints of Seal Brown #200502

Color information

#200502 (or 0x200502) is unknown color: approx Seal Brown. HEX triplet: 20, 05 and 02. RGB value is (32,5,2). Sum of RGB (Red+Green+Blue) = 32+5+2=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200502 is #DFFAFD. Grayscale: #0C0C0C. Windows color (decimal): -14678782 or 132384. OLE color: 132384.

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

Color convert

RGB3252-
CMYK00.840.940.87
HSL88.24%6.67%-
HSV(B)93.75%12.55%-
XYZ0.660.420.1-
YUV12.73121.95141.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 82.05%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=82.05%
G=12.82%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325200.840.940.87688.246.67
Hex20520545E576587
Octal4052012413612761307
Binary1000001011001010100101111010101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200502; }

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

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

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

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

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

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

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

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