#461815

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

Shades of Seal Brown #461815

Tints of Seal Brown #461815

Color information

#461815 (or 0x461815) is unknown color: approx Seal Brown. HEX triplet: 46, 18 and 15. RGB value is (70,24,21). Sum of RGB (Red+Green+Blue) = 70+24+21=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461815 is #B9E7EA. Grayscale: #252525. Windows color (decimal): -12183531 or 1382470. OLE color: 1382470.

HSL color Cylindrical-coordinate representation of color #461815: hue angle of 3.67º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461815 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB702421-
CMYK00.660.700.73
HSL3.67º53.85%17.84%-
HSV(B)3.67º70%27.45%-
XYZ2.992.010.94-
YUV37.41118.74151.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=60.87%
G=20.87%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70242100.660.700.733.6753.8517.84
Hex461815042464943612
Octal1063025010210611146622
Binary10001101100010101010000101000110100100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461815; }

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

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

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

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

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

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

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

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