#46150C

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

Shades of Seal Brown #46150C

Tints of Seal Brown #46150C

Color information

#46150C (or 0x46150C) is unknown color: approx Seal Brown. HEX triplet: 46, 15 and 0C. RGB value is (70,21,12). Sum of RGB (Red+Green+Blue) = 70+21+12=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150C is #B9EAF3. Grayscale: #222222. Windows color (decimal): -12184308 or 791878. OLE color: 791878.

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

Color convert

RGB702112-
CMYK00.700.830.73
HSL9.31º70.73%16.08%-
HSV(B)9.31º82.86%27.45%-
XYZ2.861.860.56-
YUV34.62115.23153.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=67.96%
G=20.39%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70211200.700.830.739.3170.7316.08
Hex4615C046534994710
Octal106251401061231111110720
Binary100011010101110001000110101001110010011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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