#460E0B

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

Shades of Seal Brown #460E0B

Tints of Seal Brown #460E0B

Color information

#460E0B (or 0x460E0B) is unknown color: approx Seal Brown. HEX triplet: 46, 0E and 0B. RGB value is (70,14,11). Sum of RGB (Red+Green+Blue) = 70+14+11=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E0B is #B9F1F4. Grayscale: #1E1E1E. Windows color (decimal): -12186101 or 724550. OLE color: 724550.

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

Color convert

RGB701411-
CMYK00.800.840.73
HSL3.05º72.84%15.88%-
HSV(B)3.05º84.29%27.45%-
XYZ2.741.640.49-
YUV30.4117.05156.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=73.68%
G=14.74%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70141100.800.840.733.0572.8415.88
Hex46EB050544934910
Octal10616130120124111311120
Binary100011011101011010100001010100100100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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