#45400F

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

Shades of Madras #45400F

Tints of Madras #45400F

Color information

#45400F (or 0x45400F) is unknown color: approx Madras. HEX triplet: 45, 40 and 0F. RGB value is (69,64,15). Sum of RGB (Red+Green+Blue) = 69+64+15=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #45400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400F is #BABFF0. Grayscale: #3C3C3C. Windows color (decimal): -12238833 or 999493. OLE color: 999493.

HSL color Cylindrical-coordinate representation of color #45400F: hue angle of 54.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45400F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB696415-
CMYK00.070.780.73
HSL54.44º64.29%16.47%-
HSV(B)54.44º78.26%27.06%-
XYZ4.374.971.18-
YUV59.91102.66134.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=46.62%
G=43.24%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69641500.070.780.7354.4464.2916.47
Hex4540F074E49364010
Octal10510017071161116610020
Binary100010110000001111011110011101001001110110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45400F; }

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

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

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

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

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

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

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

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