#451004

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

Shades of Seal Brown #451004

Tints of Seal Brown #451004

Color information

#451004 (or 0x451004) is unknown color: approx Seal Brown. HEX triplet: 45, 10 and 04. RGB value is (69,16,4). Sum of RGB (Red+Green+Blue) = 69+16+4=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451004 is #BAEFFB. Grayscale: #1E1E1E. Windows color (decimal): -12251132 or 266309. OLE color: 266309.

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

Color convert

RGB69164-
CMYK00.770.940.73
HSL11.08º89.04%14.31%-
HSV(B)11.08º94.2%27.06%-
XYZ2.661.640.29-
YUV30.48113.06155.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 77.53%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=77.53%
G=17.98%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6916400.770.940.7311.0889.0414.31
Hex4510404D5E49b59e
Octal10520401151361111313116
Binary1000101100001000100110110111101001001101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451004; }

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

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

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

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

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

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

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

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