#460A07

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

Shades of Seal Brown #460A07

Tints of Seal Brown #460A07

Color information

#460A07 (or 0x460A07) is unknown color: approx Seal Brown. HEX triplet: 46, 0A and 07. RGB value is (70,10,7). Sum of RGB (Red+Green+Blue) = 70+10+7=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #460A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A07 is #B9F5F8. Grayscale: #1B1B1B. Windows color (decimal): -12187129 or 461382. OLE color: 461382.

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

Color convert

RGB70107-
CMYK00.860.900.73
HSL2.86º81.82%15.1%-
HSV(B)2.86º90%27.45%-
XYZ2.671.530.36-
YUV27.6116.38158.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 80.46%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 7 (3.12% from 255) = 8.05%
R=80.46%
G=11.49%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7010700.860.900.732.8681.8215.1
Hex46A70565A49352f
Octal1061270126132111312217
Binary1000110101011101010110101101010010011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,10,7); }

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

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

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

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

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

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

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