#461615

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

Shades of Seal Brown #461615

Tints of Seal Brown #461615

Color information

#461615 (or 0x461615) is unknown color: approx Seal Brown. HEX triplet: 46, 16 and 15. RGB value is (70,22,21). Sum of RGB (Red+Green+Blue) = 70+22+21=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461615 is #B9E9EA. Grayscale: #242424. Windows color (decimal): -12184043 or 1381958. OLE color: 1381958.

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

Color convert

RGB702221-
CMYK00.690.700.73
HSL1.22º53.85%17.84%-
HSV(B)1.22º70%27.45%-
XYZ2.951.930.93-
YUV36.24119.4152.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=61.95%
G=19.47%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222100.690.700.731.2253.8517.84
Hex461615045464913612
Octal1062625010510611116622
Binary100011010110101010100010110001101001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461615; }

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

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

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

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

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

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

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

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