#46110C

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

Shades of Seal Brown #46110C

Tints of Seal Brown #46110C

Color information

#46110C (or 0x46110C) is unknown color: approx Seal Brown. HEX triplet: 46, 11 and 0C. RGB value is (70,17,12). Sum of RGB (Red+Green+Blue) = 70+17+12=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #46110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46110C is #B9EEF3. Grayscale: #202020. Windows color (decimal): -12185332 or 790854. OLE color: 790854.

HSL color Cylindrical-coordinate representation of color #46110C: hue angle of 5.17º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46110C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB701712-
CMYK00.760.830.73
HSL5.17º70.73%16.08%-
HSV(B)5.17º82.86%27.45%-
XYZ2.791.730.53-
YUV32.28116.56154.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=70.71%
G=17.17%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70171200.760.830.735.1770.7316.08
Hex4611C04C534954710
Octal10621140114123111510720
Binary10001101000111000100110010100111001001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46110C; }

 p { color: rgb(70,17,12); }

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

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

 a { background-color: rgb(70,17,12); }

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

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

 span { border-color: rgb(70,17,12); }

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