#453916

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

Shades of Madras #453916

Tints of Madras #453916

Color information

#453916 (or 0x453916) is unknown color: approx Madras. HEX triplet: 45, 39 and 16. RGB value is (69,57,22). Sum of RGB (Red+Green+Blue) = 69+57+22=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #453916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453916 is #BAC6E9. Grayscale: #383838. Windows color (decimal): -12240618 or 1456453. OLE color: 1456453.

HSL color Cylindrical-coordinate representation of color #453916: hue angle of 44.68º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453916 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB695722-
CMYK00.170.680.73
HSL44.68º51.65%17.84%-
HSV(B)44.68º68.12%27.06%-
XYZ4.064.251.37-
YUV56.6108.48136.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=46.62%
G=38.51%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69572200.170.680.7344.6851.6517.84
Hex45391601144492d3412
Octal1057126021104111556422
Binary1000101111001101100100011000100100100110110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453916; }

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

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

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

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

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

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

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

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