#460F0E

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

Shades of Seal Brown #460F0E

Tints of Seal Brown #460F0E

Color information

#460F0E (or 0x460F0E) is unknown color: approx Seal Brown. HEX triplet: 46, 0F and 0E. RGB value is (70,15,14). Sum of RGB (Red+Green+Blue) = 70+15+14=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F0E is #B9F0F1. Grayscale: #1F1F1F. Windows color (decimal): -12185842 or 921414. OLE color: 921414.

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

Color convert

RGB701514-
CMYK00.790.800.73
HSL1.07º66.67%16.47%-
HSV(B)1.07º80%27.45%-
XYZ2.781.680.59-
YUV31.33118.22155.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 14 (5.86% from 255) = 14.14%
R=70.71%
G=15.15%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70151400.790.800.731.0766.6716.47
Hex46FE04F504914310
Octal10617160117120111110320
Binary10001101111111001001111101000010010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F0E; }

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

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

<style>
 a { background-color: #460F0E; }

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

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

<style>
 span { border-color: #460F0E; }

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

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