#451716

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

Shades of Seal Brown #451716

Tints of Seal Brown #451716

Color information

#451716 (or 0x451716) is unknown color: approx Seal Brown. HEX triplet: 45, 17 and 16. RGB value is (69,23,22). Sum of RGB (Red+Green+Blue) = 69+23+22=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451716 is #BAE8E9. Grayscale: #242424. Windows color (decimal): -12249322 or 1447749. OLE color: 1447749.

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

Color convert

RGB692322-
CMYK00.670.680.73
HSL1.28º51.65%17.84%-
HSV(B)1.28º68.12%27.06%-
XYZ2.911.940.98-
YUV36.64119.74151.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=60.53%
G=20.18%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69232200.670.680.731.2851.6517.84
Hex451716043444913412
Octal1052726010310411116422
Binary100010110111101100100001110001001001001111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451716; }

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

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

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

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

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

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

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

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