#450F04

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

Shades of Seal Brown #450F04

Tints of Seal Brown #450F04

Color information

#450F04 (or 0x450F04) is unknown color: approx Seal Brown. HEX triplet: 45, 0F and 04. RGB value is (69,15,4). Sum of RGB (Red+Green+Blue) = 69+15+4=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #450F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F04 is #BAF0FB. Grayscale: #1D1D1D. Windows color (decimal): -12251388 or 266053. OLE color: 266053.

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

Color convert

RGB69154-
CMYK00.780.940.73
HSL10.15º89.04%14.31%-
HSV(B)10.15º94.2%27.06%-
XYZ2.651.620.29-
YUV29.89113.39155.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 78.41%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=78.41%
G=17.05%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6915400.780.940.7310.1589.0414.31
Hex45F404E5E49a59e
Octal10517401161361111213116
Binary100010111111000100111010111101001001101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450F04; }

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

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

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

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

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

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

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

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