#453F24

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

Shades of Madras #453F24

Tints of Madras #453F24

Color information

#453F24 (or 0x453F24) is unknown color: approx Madras. HEX triplet: 45, 3F and 24. RGB value is (69,63,36). Sum of RGB (Red+Green+Blue) = 69+63+36=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #453F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F24 is #BAC0DB. Grayscale: #3D3D3D. Windows color (decimal): -12239068 or 2375493. OLE color: 2375493.

HSL color Cylindrical-coordinate representation of color #453F24: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453F24 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB696336-
CMYK00.090.480.73
HSL49.09º31.43%20.59%-
HSV(B)49.09º47.83%27.06%-
XYZ4.554.952.38-
YUV61.72113.49133.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=41.07%
G=37.5%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69633600.090.480.7349.0931.4320.59
Hex453F24093049311f15
Octal105774401160111613725
Binary10001011111111001000100111000010010011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,36); }

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

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

 a { background-color: rgb(69,63,36); }

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

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

 span { border-color: rgb(69,63,36); }

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