#461107

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

Shades of Seal Brown #461107

Tints of Seal Brown #461107

Color information

#461107 (or 0x461107) is unknown color: approx Seal Brown. HEX triplet: 46, 11 and 07. RGB value is (70,17,7). Sum of RGB (Red+Green+Blue) = 70+17+7=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #461107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461107 is #B9EEF8. Grayscale: #1F1F1F. Windows color (decimal): -12185337 or 463174. OLE color: 463174.

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

Color convert

RGB70177-
CMYK00.760.900.73
HSL9.52º81.82%15.1%-
HSV(B)9.52º90%27.45%-
XYZ2.761.720.39-
YUV31.71114.06155.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=74.47%
G=18.09%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7017700.760.900.739.5281.8215.1
Hex4611704C5A49a52f
Octal10621701141321111212217
Binary1000110100011110100110010110101001001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461107; }

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

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

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

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

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

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

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

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