#200504

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

Shades of Seal Brown #200504

Tints of Seal Brown #200504

Color information

#200504 (or 0x200504) is unknown color: approx Seal Brown. HEX triplet: 20, 05 and 04. RGB value is (32,5,4). Sum of RGB (Red+Green+Blue) = 32+5+4=41 (5% of max value = 765). Red value is 32 (12.89% from 255 or 78.05% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 32 - color contains mainly: red. Hex color #200504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200504 is #DFFAFB. Grayscale: #0C0C0C. Windows color (decimal): -14678780 or 263456. OLE color: 263456.

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

Color convert

RGB3254-
CMYK00.840.870.87
HSL2.14º77.78%7.06%-
HSV(B)2.14º87.5%12.55%-
XYZ0.670.420.16-
YUV12.96122.95141.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 78.05%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=78.05%
G=12.20%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325400.840.870.872.1477.787.06
Hex2054054575724e7
Octal4054012412712721167
Binary1000001011000101010010101111010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200504; }

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

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

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

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

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

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

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

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