#461816

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

Shades of Seal Brown #461816

Tints of Seal Brown #461816

Color information

#461816 (or 0x461816) is unknown color: approx Seal Brown. HEX triplet: 46, 18 and 16. RGB value is (70,24,22). Sum of RGB (Red+Green+Blue) = 70+24+22=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #461816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461816 is #B9E7E9. Grayscale: #252525. Windows color (decimal): -12183530 or 1448006. OLE color: 1448006.

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

Color convert

RGB702422-
CMYK00.660.690.73
HSL2.5º52.17%18.04%-
HSV(B)2.5º68.57%27.45%-
XYZ32.010.99-
YUV37.53119.24151.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=60.34%
G=20.69%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70242200.660.690.732.552.1718.04
Hex461816042454933412
Octal1063026010210511136422
Binary1000110110001011001000010100010110010011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461816; }

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

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

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

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

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

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

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

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