#461212

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

Shades of Seal Brown #461212

Tints of Seal Brown #461212

Color information

#461212 (or 0x461212) is unknown color: approx Seal Brown. HEX triplet: 46, 12 and 12. RGB value is (70,18,18). Sum of RGB (Red+Green+Blue) = 70+18+18=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #461212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461212 is #B9EDED. Grayscale: #212121. Windows color (decimal): -12185070 or 1184326. OLE color: 1184326.

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

Color convert

RGB701818-
CMYK00.740.740.73
HSL59.09%17.25%-
HSV(B)74.29%27.45%-
XYZ2.851.780.77-
YUV33.55119.23154-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=66.04%
G=16.98%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70181800.740.740.73059.0917.25
Hex46121204A4A4903b11
Octal1062222011211211107321
Binary100011010010100100100101010010101001001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461212; }

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

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

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

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

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

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

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

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