#453A20

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

Shades of Madras #453A20

Tints of Madras #453A20

Color information

#453A20 (or 0x453A20) is unknown color: approx Madras. HEX triplet: 45, 3A and 20. RGB value is (69,58,32). Sum of RGB (Red+Green+Blue) = 69+58+32=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A20 is #BAC5DF. Grayscale: #3A3A3A. Windows color (decimal): -12240352 or 2112069. OLE color: 2112069.

HSL color Cylindrical-coordinate representation of color #453A20: hue angle of 42.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453A20 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB695832-
CMYK00.160.540.73
HSL42.16º36.63%19.8%-
HSV(B)42.16º53.62%27.06%-
XYZ4.234.41.99-
YUV58.32113.14135.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=43.40%
G=36.48%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69583200.160.540.7342.1636.6319.8
Hex453A2001036492a2514
Octal105724002066111524524
Binary1000101111010100000010000110110100100110101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A20; }

 p { color: rgb(69,58,32); }

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

<style>
 a { background-color: #453A20; }

 a { background-color: rgb(69,58,32); }

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

<style>
 span { border-color: #453A20; }

 span { border-color: rgb(69,58,32); }

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