#201009

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

Shades of Seal Brown #201009

Tints of Seal Brown #201009

Color information

#201009 (or 0x201009) is unknown color: approx Seal Brown. HEX triplet: 20, 10 and 09. RGB value is (32,16,9). Sum of RGB (Red+Green+Blue) = 32+16+9=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201009 is #DFEFF6. Grayscale: #141414. Windows color (decimal): -14675959 or 593952. OLE color: 593952.

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

Color convert

RGB32169-
CMYK00.50.720.87
HSL18.26º56.1%8.04%-
HSV(B)18.26º71.88%12.55%-
XYZ0.830.70.35-
YUV19.99121.8136.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=56.14%
G=28.07%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216900.50.720.8718.2656.18.04
Hex20109032485712388
Octal402011062110127227010
Binary100000100001001011001010010001010111100101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201009; }

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

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

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

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

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

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

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

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