#453B15

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

Shades of Madras #453B15

Tints of Madras #453B15

Color information

#453B15 (or 0x453B15) is unknown color: approx Madras. HEX triplet: 45, 3B and 15. RGB value is (69,59,21). Sum of RGB (Red+Green+Blue) = 69+59+21=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #453B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B15 is #BAC4EA. Grayscale: #393939. Windows color (decimal): -12240107 or 1391429. OLE color: 1391429.

HSL color Cylindrical-coordinate representation of color #453B15: hue angle of 47.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 #453B15 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB695921-
CMYK00.140.700.73
HSL47.5º53.33%17.65%-
HSV(B)47.5º69.57%27.06%-
XYZ4.154.451.35-
YUV57.66107.31136.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=46.31%
G=39.60%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69592100.140.700.7347.553.3317.65
Hex453B150E46492f3512
Octal1057325016106111576522
Binary100010111101110101011101000110100100110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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