#46120D

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

Shades of Seal Brown #46120D

Tints of Seal Brown #46120D

Color information

#46120D (or 0x46120D) is unknown color: approx Seal Brown. HEX triplet: 46, 12 and 0D. RGB value is (70,18,13). Sum of RGB (Red+Green+Blue) = 70+18+13=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46120D is #B9EDF2. Grayscale: #212121. Windows color (decimal): -12185075 or 856646. OLE color: 856646.

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

Color convert

RGB701813-
CMYK00.740.810.73
HSL5.26º68.67%16.27%-
HSV(B)5.26º81.43%27.45%-
XYZ2.811.760.57-
YUV32.98116.73154.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=69.31%
G=17.82%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70181300.740.810.735.2668.6716.27
Hex4612D04A514954510
Octal10622150112121111510520
Binary10001101001011010100101010100011001001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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