#450604

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

Shades of Seal Brown #450604

Tints of Seal Brown #450604

Color information

#450604 (or 0x450604) is unknown color: approx Seal Brown. HEX triplet: 45, 06 and 04. RGB value is (69,6,4). Sum of RGB (Red+Green+Blue) = 69+6+4=79 (10% of max value = 765). Red value is 69 (27.34% from 255 or 87.34% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 69 - color contains mainly: red. Hex color #450604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450604 is #BAF9FB. Grayscale: #181818. Windows color (decimal): -12253692 or 263749. OLE color: 263749.

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

Color convert

RGB6964-
CMYK00.910.940.73
HSL1.85º89.04%14.31%-
HSV(B)1.85º94.2%27.06%-
XYZ2.541.40.25-
YUV24.61116.37159.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 87.34%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=87.34%
G=7.59%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696400.910.940.731.8589.0414.31
Hex456405B5E49259e
Octal105640133136111213116
Binary100010111010001011011101111010010011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450604; }

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

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

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

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

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

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

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

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