#461613

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

Shades of Seal Brown #461613

Tints of Seal Brown #461613

Color information

#461613 (or 0x461613) is unknown color: approx Seal Brown. HEX triplet: 46, 16 and 13. RGB value is (70,22,19). Sum of RGB (Red+Green+Blue) = 70+22+19=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461613 is #B9E9EC. Grayscale: #242424. Windows color (decimal): -12184045 or 1250886. OLE color: 1250886.

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

Color convert

RGB702219-
CMYK00.690.730.73
HSL3.53º57.3%17.45%-
HSV(B)3.53º72.86%27.45%-
XYZ2.931.920.83-
YUV36.01118.4152.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=63.06%
G=19.82%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70221900.690.730.733.5357.317.45
Hex461613045494943911
Octal1062623010511111147121
Binary10001101011010011010001011001001100100110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461613; }

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

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

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

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

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

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

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

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