#461918

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

Shades of Seal Brown #461918

Tints of Seal Brown #461918

Color information

#461918 (or 0x461918) is unknown color: approx Seal Brown. HEX triplet: 46, 19 and 18. RGB value is (70,25,24). Sum of RGB (Red+Green+Blue) = 70+25+24=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461918 is #B9E6E7. Grayscale: #262626. Windows color (decimal): -12183272 or 1579334. OLE color: 1579334.

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

Color convert

RGB702524-
CMYK00.640.660.73
HSL1.3º48.94%18.43%-
HSV(B)1.3º65.71%27.45%-
XYZ3.042.061.1-
YUV38.34119.91150.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=58.82%
G=21.01%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70252400.640.660.731.348.9418.43
Hex461918040424913112
Octal1063130010010211116122
Binary100011011001110000100000010000101001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461918; }

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

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

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

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

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

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

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

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