#451916

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

Shades of Seal Brown #451916

Tints of Seal Brown #451916

Color information

#451916 (or 0x451916) is unknown color: approx Seal Brown. HEX triplet: 45, 19 and 16. RGB value is (69,25,22). Sum of RGB (Red+Green+Blue) = 69+25+22=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #451916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451916 is #BAE6E9. Grayscale: #252525. Windows color (decimal): -12248810 or 1448261. OLE color: 1448261.

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

Color convert

RGB692522-
CMYK00.640.680.73
HSL3.83º51.65%17.84%-
HSV(B)3.83º68.12%27.06%-
XYZ2.952.020.99-
YUV37.81119.08150.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 59.48%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=59.48%
G=21.55%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69252200.640.680.733.8351.6517.84
Hex451916040444943412
Octal1053126010010411146422
Binary10001011100110110010000001000100100100110011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451916; }

 p { color: rgb(69,25,22); }

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

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

 a { background-color: rgb(69,25,22); }

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

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

 span { border-color: rgb(69,25,22); }

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