#461104

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

Shades of Seal Brown #461104

Tints of Seal Brown #461104

Color information

#461104 (or 0x461104) is unknown color: approx Seal Brown. HEX triplet: 46, 11 and 04. RGB value is (70,17,4). Sum of RGB (Red+Green+Blue) = 70+17+4=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #461104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461104 is #B9EEFB. Grayscale: #1F1F1F. Windows color (decimal): -12185340 or 266566. OLE color: 266566.

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

Color convert

RGB70174-
CMYK00.760.940.73
HSL11.82º89.19%14.51%-
HSV(B)11.82º94.29%27.45%-
XYZ2.751.710.3-
YUV31.36112.56155.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=76.92%
G=18.68%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7017400.760.940.7311.8289.1914.51
Hex4611404C5E49c59f
Octal10621401141361111413117
Binary1000110100011000100110010111101001001110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461104; }

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

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

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

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

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

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

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

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