#451616

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

Shades of Seal Brown #451616

Tints of Seal Brown #451616

Color information

#451616 (or 0x451616) is unknown color: approx Seal Brown. HEX triplet: 45, 16 and 16. RGB value is (69,22,22). Sum of RGB (Red+Green+Blue) = 69+22+22=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451616 is #BAE9E9. Grayscale: #242424. Windows color (decimal): -12249578 or 1447493. OLE color: 1447493.

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

Color convert

RGB692222-
CMYK00.680.680.73
HSL51.65%17.84%-
HSV(B)68.12%27.06%-
XYZ2.891.90.97-
YUV36.05120.07151.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=61.06%
G=19.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69222200.680.680.73051.6517.84
Hex451616044444903412
Octal1052626010410411106422
Binary100010110110101100100010010001001001001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451616; }

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

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

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

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

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

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

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

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