#45400E

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

Shades of Madras #45400E

Tints of Madras #45400E

Color information

#45400E (or 0x45400E) is unknown color: approx Madras. HEX triplet: 45, 40 and 0E. RGB value is (69,64,14). Sum of RGB (Red+Green+Blue) = 69+64+14=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #45400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400E is #BABFF1. Grayscale: #3B3B3B. Windows color (decimal): -12238834 or 933957. OLE color: 933957.

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

Color convert

RGB696414-
CMYK00.070.800.73
HSL54.55º66.27%16.27%-
HSV(B)54.55º79.71%27.06%-
XYZ4.374.961.14-
YUV59.8102.16134.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=46.94%
G=43.54%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69641400.070.800.7354.5566.2716.27
Hex4540E075049374210
Octal10510016071201116710220
Binary100010110000001110011110100001001001110111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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