#200A04

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

Shades of Seal Brown #200A04

Tints of Seal Brown #200A04

Color information

#200A04 (or 0x200A04) is unknown color: approx Seal Brown. HEX triplet: 20, 0A and 04. RGB value is (32,10,4). Sum of RGB (Red+Green+Blue) = 32+10+4=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A04 is #DFF5FB. Grayscale: #0F0F0F. Windows color (decimal): -14677500 or 264736. OLE color: 264736.

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

Color convert

RGB32104-
CMYK00.690.870.87
HSL12.86º77.78%7.06%-
HSV(B)12.86º87.5%12.55%-
XYZ0.730.530.18-
YUV15.89121.29139.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 69.57%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=69.57%
G=21.74%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3210400.690.870.8712.8677.787.06
Hex20A40455757d4e7
Octal401240105127127151167
Binary1000001010100010001011010111101011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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