#460C07

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

Shades of Seal Brown #460C07

Tints of Seal Brown #460C07

Color information

#460C07 (or 0x460C07) is unknown color: approx Seal Brown. HEX triplet: 46, 0C and 07. RGB value is (70,12,7). Sum of RGB (Red+Green+Blue) = 70+12+7=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #460C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C07 is #B9F3F8. Grayscale: #1C1C1C. Windows color (decimal): -12186617 or 461894. OLE color: 461894.

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

Color convert

RGB70127-
CMYK00.830.900.73
HSL4.76º81.82%15.1%-
HSV(B)4.76º90%27.45%-
XYZ2.71.580.36-
YUV28.77115.72157.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=78.65%
G=13.48%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7012700.830.900.734.7681.8215.1
Hex46C70535A49552f
Octal1061470123132111512217
Binary10001101100111010100111011010100100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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