#461612

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

Shades of Seal Brown #461612

Tints of Seal Brown #461612

Color information

#461612 (or 0x461612) is unknown color: approx Seal Brown. HEX triplet: 46, 16 and 12. RGB value is (70,22,18). Sum of RGB (Red+Green+Blue) = 70+22+18=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461612 is #B9E9ED. Grayscale: #232323. Windows color (decimal): -12184046 or 1185350. OLE color: 1185350.

HSL color Cylindrical-coordinate representation of color #461612: hue angle of 4.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461612 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB702218-
CMYK00.690.740.73
HSL4.62º59.09%17.25%-
HSV(B)4.62º74.29%27.45%-
XYZ2.921.920.79-
YUV35.9117.9152.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=63.64%
G=20%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70221800.690.740.734.6259.0917.25
Hex4616120454A4953b11
Octal1062622010511211157321
Binary10001101011010010010001011001010100100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461612; }

 p { color: rgb(70,22,18); }

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

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

 a { background-color: rgb(70,22,18); }

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

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

 span { border-color: rgb(70,22,18); }

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