#20100A

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

Shades of Seal Brown #20100A

Tints of Seal Brown #20100A

Color information

#20100A (or 0x20100A) is unknown color: approx Seal Brown. HEX triplet: 20, 10 and 0A. RGB value is (32,16,10). Sum of RGB (Red+Green+Blue) = 32+16+10=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #20100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20100A is #DFEFF5. Grayscale: #141414. Windows color (decimal): -14675958 or 659488. OLE color: 659488.

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

Color convert

RGB321610-
CMYK00.50.690.87
HSL16.36º52.38%8.24%-
HSV(B)16.36º68.75%12.55%-
XYZ0.840.70.38-
YUV20.1122.3136.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=55.17%
G=27.59%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32161000.50.690.8716.3652.388.24
Hex2010A032455710348
Octal402012062105127206410
Binary100000100001010011001010001011010111100001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20100A; }

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

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

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

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

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

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

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

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