#45411D

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

Shades of Madras #45411D

Tints of Madras #45411D

Color information

#45411D (or 0x45411D) is unknown color: approx Madras. HEX triplet: 45, 41 and 1D. RGB value is (69,65,29). Sum of RGB (Red+Green+Blue) = 69+65+29=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #45411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45411D is #BABEE2. Grayscale: #3E3E3E. Windows color (decimal): -12238563 or 1917253. OLE color: 1917253.

HSL color Cylindrical-coordinate representation of color #45411D: hue angle of 54º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45411D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB696529-
CMYK00.060.580.73
HSL54º40.82%19.22%-
HSV(B)54º57.97%27.06%-
XYZ4.575.131.91-
YUV62.09109.33132.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=42.33%
G=39.88%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69652900.060.580.735440.8219.22
Hex45411D063A49362913
Octal105101350672111665123
Binary10001011000001111010110111010100100111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,65,29); }

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

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

 a { background-color: rgb(69,65,29); }

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

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

 span { border-color: rgb(69,65,29); }

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