#201210

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

Shades of Seal Brown #201210

Tints of Seal Brown #201210

Color information

#201210 (or 0x201210) is unknown color: approx Seal Brown. HEX triplet: 20, 12 and 10. RGB value is (32,18,16). Sum of RGB (Red+Green+Blue) = 32+18+16=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #201210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201210 is #DFEDEF. Grayscale: #151515. Windows color (decimal): -14675440 or 1053216. OLE color: 1053216.

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

Color convert

RGB321816-
CMYK00.440.50.87
HSL7.5º33.33%9.41%-
HSV(B)7.5º50%12.55%-
XYZ0.910.780.59-
YUV21.96124.64135.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=48.48%
G=27.27%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181600.440.50.877.533.339.41
Hex20121002C32578219
Octal40222005462127104111
Binary10000010010100000101100110010101011110001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201210; }

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

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

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

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

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

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

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

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