#461108

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

Shades of Seal Brown #461108

Tints of Seal Brown #461108

Color information

#461108 (or 0x461108) is unknown color: approx Seal Brown. HEX triplet: 46, 11 and 08. RGB value is (70,17,8). Sum of RGB (Red+Green+Blue) = 70+17+8=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461108 is #B9EEF7. Grayscale: #1F1F1F. Windows color (decimal): -12185336 or 528710. OLE color: 528710.

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

Color convert

RGB70178-
CMYK00.760.890.73
HSL8.71º79.49%15.29%-
HSV(B)8.71º88.57%27.45%-
XYZ2.771.720.42-
YUV31.82114.56155.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=73.68%
G=17.89%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7017800.760.890.738.7179.4915.29
Hex4611804C594994ff
Octal106211001141311111111717
Binary10001101000110000100110010110011001001100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461108; }

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

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

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

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

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

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

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

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