#45401A

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

Shades of Madras #45401A

Tints of Madras #45401A

Color information

#45401A (or 0x45401A) is unknown color: approx Madras. HEX triplet: 45, 40 and 1A. RGB value is (69,64,26). Sum of RGB (Red+Green+Blue) = 69+64+26=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #45401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45401A is #BABFE5. Grayscale: #3D3D3D. Windows color (decimal): -12238822 or 1720389. OLE color: 1720389.

HSL color Cylindrical-coordinate representation of color #45401A: hue angle of 53.02º 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 #45401A is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB696426-
CMYK00.070.620.73
HSL53.02º45.26%18.63%-
HSV(B)53.02º62.32%27.06%-
XYZ4.475.011.71-
YUV61.16108.16133.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=43.40%
G=40.25%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69642600.070.620.7353.0245.2618.63
Hex45401A073E49352d13
Octal105100320776111655523
Binary10001011000000110100111111110100100111010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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