#45411E

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

Shades of Madras #45411E

Tints of Madras #45411E

Color information

#45411E (or 0x45411E) is unknown color: approx Madras. HEX triplet: 45, 41 and 1E. RGB value is (69,65,30). Sum of RGB (Red+Green+Blue) = 69+65+30=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #45411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45411E is #BABEE1. Grayscale: #3E3E3E. Windows color (decimal): -12238562 or 1982789. OLE color: 1982789.

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

Color convert

RGB696530-
CMYK00.060.570.73
HSL53.85º39.39%19.41%-
HSV(B)53.85º56.52%27.06%-
XYZ4.585.141.98-
YUV62.21109.83132.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=42.07%
G=39.63%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69653000.060.570.7353.8539.3919.41
Hex45411E063949362713
Octal105101360671111664723
Binary10001011000001111100110111001100100111011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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