#461512

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

Shades of Seal Brown #461512

Tints of Seal Brown #461512

Color information

#461512 (or 0x461512) is unknown color: approx Seal Brown. HEX triplet: 46, 15 and 12. RGB value is (70,21,18). Sum of RGB (Red+Green+Blue) = 70+21+18=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461512 is #B9EAED. Grayscale: #232323. Windows color (decimal): -12184302 or 1185094. OLE color: 1185094.

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

Color convert

RGB702118-
CMYK00.700.740.73
HSL3.46º59.09%17.25%-
HSV(B)3.46º74.29%27.45%-
XYZ2.91.880.78-
YUV35.31118.23152.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=64.22%
G=19.27%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70211800.700.740.733.4659.0917.25
Hex4615120464A4933b11
Octal1062522010611211137321
Binary1000110101011001001000110100101010010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461512; }

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

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

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

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

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

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

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

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