#450504

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

Shades of Seal Brown #450504

Tints of Seal Brown #450504

Color information

#450504 (or 0x450504) is unknown color: approx Seal Brown. HEX triplet: 45, 05 and 04. RGB value is (69,5,4). Sum of RGB (Red+Green+Blue) = 69+5+4=78 (10% of max value = 765). Red value is 69 (27.34% from 255 or 88.46% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 69 - color contains mainly: red. Hex color #450504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450504 is #BAFAFB. Grayscale: #181818. Windows color (decimal): -12253948 or 263493. OLE color: 263493.

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

Color convert

RGB6954-
CMYK00.930.940.73
HSL0.92º89.04%14.31%-
HSV(B)0.92º94.2%27.06%-
XYZ2.531.380.25-
YUV24.02116.7160.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 88.46%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=88.46%
G=6.41%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal695400.930.940.730.9289.0414.31
Hex455405D5E49159e
Octal105540135136111113116
Binary10001011011000101110110111101001001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450504; }

 p { color: rgb(69,5,4); }

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

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

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

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

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

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

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