#200E04

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

Shades of Seal Brown #200E04

Tints of Seal Brown #200E04

Color information

#200E04 (or 0x200E04) is unknown color: approx Seal Brown. HEX triplet: 20, 0E and 04. RGB value is (32,14,4). Sum of RGB (Red+Green+Blue) = 32+14+4=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E04 is #DFF1FB. Grayscale: #121212. Windows color (decimal): -14676476 or 265760. OLE color: 265760.

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

Color convert

RGB32144-
CMYK00.560.870.87
HSL21.43º77.78%7.06%-
HSV(B)21.43º87.5%12.55%-
XYZ0.770.630.2-
YUV18.24119.96137.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 14 (5.86% from 255) = 28%
BLUE value IS 4 (1.95% from 255) = 8%
R=64%
G=28%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3214400.560.870.8721.4377.787.06
Hex20E40385757154e7
Octal40164070127127251167
Binary1000001110100011100010101111010111101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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