#45400D

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

Shades of Madras #45400D

Tints of Madras #45400D

Color information

#45400D (or 0x45400D) is unknown color: approx Madras. HEX triplet: 45, 40 and 0D. RGB value is (69,64,13). Sum of RGB (Red+Green+Blue) = 69+64+13=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #45400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400D is #BABFF2. Grayscale: #3B3B3B. Windows color (decimal): -12238835 or 868421. OLE color: 868421.

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

Color convert

RGB696413-
CMYK00.070.810.73
HSL54.64º68.29%16.08%-
HSV(B)54.64º81.16%27.06%-
XYZ4.364.961.11-
YUV59.68101.66134.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=47.26%
G=43.84%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69641300.070.810.7354.6468.2916.08
Hex4540D075149374410
Octal10510015071211116710420
Binary100010110000001101011110100011001001110111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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