#461716

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

Shades of Seal Brown #461716

Tints of Seal Brown #461716

Color information

#461716 (or 0x461716) is unknown color: approx Seal Brown. HEX triplet: 46, 17 and 16. RGB value is (70,23,22). Sum of RGB (Red+Green+Blue) = 70+23+22=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461716 is #B9E8E9. Grayscale: #242424. Windows color (decimal): -12183786 or 1447750. OLE color: 1447750.

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

Color convert

RGB702322-
CMYK00.670.690.73
HSL1.25º52.17%18.04%-
HSV(B)1.25º68.57%27.45%-
XYZ2.981.970.98-
YUV36.94119.57151.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=60.87%
G=20%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70232200.670.690.731.2552.1718.04
Hex461716043454913412
Octal1062726010310511116422
Binary100011010111101100100001110001011001001111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461716; }

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

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

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

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

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

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

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

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