#46130E

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

Shades of Seal Brown #46130E

Tints of Seal Brown #46130E

Color information

#46130E (or 0x46130E) is unknown color: approx Seal Brown. HEX triplet: 46, 13 and 0E. RGB value is (70,19,14). Sum of RGB (Red+Green+Blue) = 70+19+14=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46130E is #B9ECF1. Grayscale: #212121. Windows color (decimal): -12184818 or 922438. OLE color: 922438.

HSL color Cylindrical-coordinate representation of color #46130E: hue angle of 5.36º 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 #46130E is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB701914-
CMYK00.730.800.73
HSL5.36º66.67%16.47%-
HSV(B)5.36º80%27.45%-
XYZ2.841.80.61-
YUV33.68116.9153.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=67.96%
G=18.45%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70191400.730.800.735.3666.6716.47
Hex4613E049504954310
Octal10623160111120111510320
Binary10001101001111100100100110100001001001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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