#461616

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

Shades of Seal Brown #461616

Tints of Seal Brown #461616

Color information

#461616 (or 0x461616) is unknown color: approx Seal Brown. HEX triplet: 46, 16 and 16. RGB value is (70,22,22). Sum of RGB (Red+Green+Blue) = 70+22+22=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461616 is #B9E9E9. Grayscale: #242424. Windows color (decimal): -12184042 or 1447494. OLE color: 1447494.

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

Color convert

RGB702222-
CMYK00.690.690.73
HSL52.17%18.04%-
HSV(B)68.57%27.45%-
XYZ2.961.930.98-
YUV36.35119.9152-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=61.40%
G=19.30%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222200.690.690.73052.1718.04
Hex461616045454903412
Octal1062626010510511106422
Binary100011010110101100100010110001011001001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461616; }

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

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

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

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

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

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

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

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