#45411A

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

Shades of Madras #45411A

Tints of Madras #45411A

Color information

#45411A (or 0x45411A) is unknown color: approx Madras. HEX triplet: 45, 41 and 1A. RGB value is (69,65,26). Sum of RGB (Red+Green+Blue) = 69+65+26=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #45411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45411A is #BABEE5. Grayscale: #3D3D3D. Windows color (decimal): -12238566 or 1720645. OLE color: 1720645.

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

Color convert

RGB696526-
CMYK00.060.620.73
HSL54.42º45.26%18.63%-
HSV(B)54.42º62.32%27.06%-
XYZ4.535.121.73-
YUV61.75107.83133.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=43.12%
G=40.62%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69652600.060.620.7354.4245.2618.63
Hex45411A063E49362d13
Octal105101320676111665523
Binary10001011000001110100110111110100100111011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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