#450404

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

Shades of Seal Brown #450404

Tints of Seal Brown #450404

Color information

#450404 (or 0x450404) is unknown color: approx Seal Brown. HEX triplet: 45, 04 and 04. RGB value is (69,4,4). Sum of RGB (Red+Green+Blue) = 69+4+4=77 (10% of max value = 765). Red value is 69 (27.34% from 255 or 89.61% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 69 - color contains mainly: red. Hex color #450404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450404 is #BAFBFB. Grayscale: #171717. Windows color (decimal): -12254204 or 263237. OLE color: 263237.

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

Color convert

RGB6944-
CMYK00.940.940.73
HSL89.04%14.31%-
HSV(B)94.2%27.06%-
XYZ2.521.360.24-
YUV23.44117.03160.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 89.61%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=89.61%
G=5.19%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal694400.940.940.73089.0414.31
Hex454405E5E49059e
Octal105440136136111013116
Binary10001011001000101111010111101001001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450404; }

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

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

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

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

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

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

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

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