#46130C

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

Shades of Seal Brown #46130C

Tints of Seal Brown #46130C

Color information

#46130C (or 0x46130C) is unknown color: approx Seal Brown. HEX triplet: 46, 13 and 0C. RGB value is (70,19,12). Sum of RGB (Red+Green+Blue) = 70+19+12=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46130C is #B9ECF3. Grayscale: #212121. Windows color (decimal): -12184820 or 791366. OLE color: 791366.

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

Color convert

RGB701912-
CMYK00.730.830.73
HSL7.24º70.73%16.08%-
HSV(B)7.24º82.86%27.45%-
XYZ2.831.790.55-
YUV33.45115.9154.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=69.31%
G=18.81%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70191200.730.830.737.2470.7316.08
Hex4613C049534974710
Octal10623140111123111710720
Binary10001101001111000100100110100111001001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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