#453F15

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

Shades of Madras #453F15

Tints of Madras #453F15

Color information

#453F15 (or 0x453F15) is unknown color: approx Madras. HEX triplet: 45, 3F and 15. RGB value is (69,63,21). Sum of RGB (Red+Green+Blue) = 69+63+21=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #453F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F15 is #BAC0EA. Grayscale: #3C3C3C. Windows color (decimal): -12239083 or 1392453. OLE color: 1392453.

HSL color Cylindrical-coordinate representation of color #453F15: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453F15 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB696321-
CMYK00.090.700.73
HSL52.5º53.33%17.65%-
HSV(B)52.5º69.57%27.06%-
XYZ4.374.871.42-
YUV60.01105.99134.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=45.10%
G=41.18%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69632100.090.700.7352.553.3317.65
Hex453F15094649343512
Octal1057725011106111646522
Binary100010111111110101010011000110100100111010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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