#200905

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

Shades of Seal Brown #200905

Tints of Seal Brown #200905

Color information

#200905 (or 0x200905) is unknown color: approx Seal Brown. HEX triplet: 20, 09 and 05. RGB value is (32,9,5). Sum of RGB (Red+Green+Blue) = 32+9+5=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200905 is #DFF6FA. Grayscale: #0F0F0F. Windows color (decimal): -14677755 or 330016. OLE color: 330016.

HSL color Cylindrical-coordinate representation of color #200905: hue angle of 8.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200905 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB3295-
CMYK00.720.840.87
HSL8.89º72.97%7.25%-
HSV(B)8.89º84.38%12.55%-
XYZ0.720.510.2-
YUV15.42122.12139.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 69.57%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=69.57%
G=19.57%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal329500.720.840.878.8972.977.25
Hex209504854579497
Octal401150110124127111117
Binary1000001001101010010001010100101011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200905; }

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

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

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

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

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

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

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

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