#461717

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

Shades of Seal Brown #461717

Tints of Seal Brown #461717

Color information

#461717 (or 0x461717) is unknown color: approx Seal Brown. HEX triplet: 46, 17 and 17. RGB value is (70,23,23). Sum of RGB (Red+Green+Blue) = 70+23+23=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #461717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461717 is #B9E8E8. Grayscale: #252525. Windows color (decimal): -12183785 or 1513286. OLE color: 1513286.

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

Color convert

RGB702323-
CMYK00.670.670.73
HSL50.54%18.24%-
HSV(B)67.14%27.45%-
XYZ2.991.981.03-
YUV37.05120.07151.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=60.34%
G=19.83%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70232300.670.670.73050.5418.24
Hex461717043434903312
Octal1062727010310311106322
Binary100011010111101110100001110000111001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461717; }

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

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

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

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

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

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

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

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