#451204

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

Shades of Seal Brown #451204

Tints of Seal Brown #451204

Color information

#451204 (or 0x451204) is unknown color: approx Seal Brown. HEX triplet: 45, 12 and 04. RGB value is (69,18,4). Sum of RGB (Red+Green+Blue) = 69+18+4=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #451204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451204 is #BAEDFB. Grayscale: #1F1F1F. Windows color (decimal): -12250620 or 266821. OLE color: 266821.

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

Color convert

RGB69184-
CMYK00.740.940.73
HSL12.92º89.04%14.31%-
HSV(B)12.92º94.2%27.06%-
XYZ2.691.710.3-
YUV31.65112.4154.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75.82%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=75.82%
G=19.78%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6918400.740.940.7312.9289.0414.31
Hex4512404A5E49d59e
Octal10522401121361111513116
Binary1000101100101000100101010111101001001110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451204; }

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

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

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

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

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

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

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

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