#461515

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

Shades of Seal Brown #461515

Tints of Seal Brown #461515

Color information

#461515 (or 0x461515) is unknown color: approx Seal Brown. HEX triplet: 46, 15 and 15. RGB value is (70,21,21). Sum of RGB (Red+Green+Blue) = 70+21+21=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461515 is #B9EAEA. Grayscale: #232323. Windows color (decimal): -12184299 or 1381702. OLE color: 1381702.

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

Color convert

RGB702121-
CMYK00.700.700.73
HSL53.85%17.84%-
HSV(B)70%27.45%-
XYZ2.931.890.92-
YUV35.65119.73152.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70212100.700.700.73053.8517.84
Hex461515046464903612
Octal1062525010610611106622
Binary100011010101101010100011010001101001001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461515; }

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

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

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

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

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

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

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

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