#460808

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

Shades of Seal Brown #460808

Tints of Seal Brown #460808

Color information

#460808 (or 0x460808) is unknown color: approx Seal Brown. HEX triplet: 46, 08 and 08. RGB value is (70,8,8). Sum of RGB (Red+Green+Blue) = 70+8+8=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460808 is #B9F7F7. Grayscale: #1A1A1A. Windows color (decimal): -12187640 or 526406. OLE color: 526406.

HSL color Cylindrical-coordinate representation of color #460808: hue angle of 0º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460808 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB7088-
CMYK00.890.890.73
HSL79.49%15.29%-
HSV(B)88.57%27.45%-
XYZ2.661.490.38-
YUV26.54117.54159-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 81.40%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 8 (3.52% from 255) = 9.30%
R=81.40%
G=9.30%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal708800.890.890.73079.4915.29
Hex4688059594904ff
Octal10610100131131111011717
Binary1000110100010000101100110110011001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460808; }

 p { color: rgb(70,8,8); }

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

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

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

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

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

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

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