#45401B

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

Shades of Madras #45401B

Tints of Madras #45401B

Color information

#45401B (or 0x45401B) is unknown color: approx Madras. HEX triplet: 45, 40 and 1B. RGB value is (69,64,27). Sum of RGB (Red+Green+Blue) = 69+64+27=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #45401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45401B is #BABFE4. Grayscale: #3D3D3D. Windows color (decimal): -12238821 or 1785925. OLE color: 1785925.

HSL color Cylindrical-coordinate representation of color #45401B: hue angle of 52.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45401B is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB696427-
CMYK00.070.610.73
HSL52.86º43.75%18.82%-
HSV(B)52.86º60.87%27.06%-
XYZ4.495.011.77-
YUV61.28108.66133.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=43.12%
G=40%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69642700.070.610.7352.8643.7518.82
Hex45401B073D49352c13
Octal105100330775111655423
Binary10001011000000110110111111101100100111010110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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