#461715

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

Shades of Seal Brown #461715

Tints of Seal Brown #461715

Color information

#461715 (or 0x461715) is unknown color: approx Seal Brown. HEX triplet: 46, 17 and 15. RGB value is (70,23,21). Sum of RGB (Red+Green+Blue) = 70+23+21=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461715 is #B9E8EA. Grayscale: #242424. Windows color (decimal): -12183787 or 1382214. OLE color: 1382214.

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

Color convert

RGB702321-
CMYK00.670.700.73
HSL2.45º53.85%17.84%-
HSV(B)2.45º70%27.45%-
XYZ2.971.970.93-
YUV36.82119.07151.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=61.40%
G=20.18%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70232100.670.700.732.4553.8517.84
Hex461715043464923612
Octal1062725010310611126622
Binary1000110101111010101000011100011010010011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461715; }

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

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

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

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

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

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

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

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