#46130B

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

Shades of Seal Brown #46130B

Tints of Seal Brown #46130B

Color information

#46130B (or 0x46130B) is unknown color: approx Seal Brown. HEX triplet: 46, 13 and 0B. RGB value is (70,19,11). Sum of RGB (Red+Green+Blue) = 70+19+11=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46130B is #B9ECF4. Grayscale: #212121. Windows color (decimal): -12184821 or 725830. OLE color: 725830.

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

Color convert

RGB701911-
CMYK00.730.840.73
HSL8.14º72.84%15.88%-
HSV(B)8.14º84.29%27.45%-
XYZ2.821.790.51-
YUV33.34115.4154.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 11 (4.69% from 255) = 11%
R=70%
G=19%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70191100.730.840.738.1472.8415.88
Hex4613B049544984910
Octal106231301111241111011120
Binary100011010011101101001001101010010010011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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