#200402

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

Shades of Seal Brown #200402

Tints of Seal Brown #200402

Color information

#200402 (or 0x200402) is unknown color: approx Seal Brown. HEX triplet: 20, 04 and 02. RGB value is (32,4,2). Sum of RGB (Red+Green+Blue) = 32+4+2=38 (5% of max value = 765). Red value is 32 (12.89% from 255 or 84.21% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 32 - color contains mainly: red. Hex color #200402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200402 is #DFFBFD. Grayscale: #0C0C0C. Windows color (decimal): -14679038 or 132128. OLE color: 132128.

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

Color convert

RGB3242-
CMYK00.870.940.87
HSL88.24%6.67%-
HSV(B)93.75%12.55%-
XYZ0.650.40.1-
YUV12.14122.28142.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 84.21%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=84.21%
G=10.53%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal324200.870.940.87488.246.67
Hex20420575E574587
Octal4042012713612741307
Binary1000001001001010111101111010101111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200402; }

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

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

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

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

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

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

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

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