#461007

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

Shades of Seal Brown #461007

Tints of Seal Brown #461007

Color information

#461007 (or 0x461007) is unknown color: approx Seal Brown. HEX triplet: 46, 10 and 07. RGB value is (70,16,7). Sum of RGB (Red+Green+Blue) = 70+16+7=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461007 is #B9EFF8. Grayscale: #1F1F1F. Windows color (decimal): -12185593 or 462918. OLE color: 462918.

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

Color convert

RGB70167-
CMYK00.770.900.73
HSL8.57º81.82%15.1%-
HSV(B)8.57º90%27.45%-
XYZ2.751.690.38-
YUV31.12114.39155.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=75.27%
G=17.20%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016700.770.900.738.5781.8215.1
Hex4610704D5A49952f
Octal10620701151321111112217
Binary1000110100001110100110110110101001001100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461007; }

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

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

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

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

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

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

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

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