#453904

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

Shades of Madras #453904

Tints of Madras #453904

Color information

#453904 (or 0x453904) is unknown color: approx Madras. HEX triplet: 45, 39 and 04. RGB value is (69,57,4). Sum of RGB (Red+Green+Blue) = 69+57+4=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #453904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453904 is #BAC6FB. Grayscale: #363636. Windows color (decimal): -12240636 or 276805. OLE color: 276805.

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

Color convert

RGB69574-
CMYK00.170.940.73
HSL48.92º89.04%14.31%-
HSV(B)48.92º94.2%27.06%-
XYZ3.944.20.72-
YUV54.5599.48138.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=53.08%
G=43.85%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6957400.170.940.7348.9289.0414.31
Hex453940115E493159e
Octal1057140211361116113116
Binary10001011110011000100011011110100100111000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453904; }

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

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

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

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

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

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

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

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