#461510

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

Shades of Seal Brown #461510

Tints of Seal Brown #461510

Color information

#461510 (or 0x461510) is unknown color: approx Seal Brown. HEX triplet: 46, 15 and 10. RGB value is (70,21,16). Sum of RGB (Red+Green+Blue) = 70+21+16=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461510 is #B9EAEF. Grayscale: #232323. Windows color (decimal): -12184304 or 1054022. OLE color: 1054022.

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

Color convert

RGB702116-
CMYK00.700.770.73
HSL5.56º62.79%16.86%-
HSV(B)5.56º77.14%27.45%-
XYZ2.891.880.7-
YUV35.08117.23152.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=65.42%
G=19.63%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70211600.700.770.735.5662.7916.86
Hex4615100464D4963f11
Octal1062520010611511167721
Binary10001101010110000010001101001101100100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461510; }

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

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

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

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

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

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

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

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