#46120E

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

Shades of Seal Brown #46120E

Tints of Seal Brown #46120E

Color information

#46120E (or 0x46120E) is unknown color: approx Seal Brown. HEX triplet: 46, 12 and 0E. RGB value is (70,18,14). Sum of RGB (Red+Green+Blue) = 70+18+14=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #46120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46120E is #B9EDF1. Grayscale: #212121. Windows color (decimal): -12185074 or 922182. OLE color: 922182.

HSL color Cylindrical-coordinate representation of color #46120E: hue angle of 4.29º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46120E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB701814-
CMYK00.740.800.73
HSL4.29º66.67%16.47%-
HSV(B)4.29º80%27.45%-
XYZ2.821.770.61-
YUV33.09117.23154.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=68.63%
G=17.65%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70181400.740.800.734.2966.6716.47
Hex4612E04A504944310
Octal10622160112120111410320
Binary10001101001011100100101010100001001001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46120E; }

 p { color: rgb(70,18,14); }

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

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

 a { background-color: rgb(70,18,14); }

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

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

 span { border-color: rgb(70,18,14); }

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