#460E0D

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

Shades of Seal Brown #460E0D

Tints of Seal Brown #460E0D

Color information

#460E0D (or 0x460E0D) is unknown color: approx Seal Brown. HEX triplet: 46, 0E and 0D. RGB value is (70,14,13). Sum of RGB (Red+Green+Blue) = 70+14+13=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E0D is #B9F1F2. Grayscale: #1E1E1E. Windows color (decimal): -12186099 or 855622. OLE color: 855622.

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

Color convert

RGB701413-
CMYK00.800.810.73
HSL1.05º68.67%16.27%-
HSV(B)1.05º81.43%27.45%-
XYZ2.761.650.55-
YUV30.63118.05156.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=72.16%
G=14.43%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70141300.800.810.731.0568.6716.27
Hex46ED050514914510
Octal10616150120121111110520
Binary10001101110110101010000101000110010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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