#453915

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

Shades of Madras #453915

Tints of Madras #453915

Color information

#453915 (or 0x453915) is unknown color: approx Madras. HEX triplet: 45, 39 and 15. RGB value is (69,57,21). Sum of RGB (Red+Green+Blue) = 69+57+21=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453915 is #BAC6EA. Grayscale: #383838. Windows color (decimal): -12240619 or 1390917. OLE color: 1390917.

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

Color convert

RGB695721-
CMYK00.170.700.73
HSL45º53.33%17.65%-
HSV(B)45º69.57%27.06%-
XYZ4.054.251.32-
YUV56.48107.98136.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=46.94%
G=38.78%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69572100.170.700.734553.3317.65
Hex45391501146492d3512
Octal1057125021106111556522
Binary1000101111001101010100011000110100100110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453915; }

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

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

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

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

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

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

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

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