#453918

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

Shades of Madras #453918

Tints of Madras #453918

Color information

#453918 (or 0x453918) is unknown color: approx Madras. HEX triplet: 45, 39 and 18. RGB value is (69,57,24). Sum of RGB (Red+Green+Blue) = 69+57+24=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #453918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453918 is #BAC6E7. Grayscale: #383838. Windows color (decimal): -12240616 or 1587525. OLE color: 1587525.

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

Color convert

RGB695724-
CMYK00.170.650.73
HSL44º48.39%18.24%-
HSV(B)44º65.22%27.06%-
XYZ4.084.261.47-
YUV56.83109.48136.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 24 (9.77% from 255) = 16%
R=46%
G=38%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69572400.170.650.734448.3918.24
Hex45391801141492c3012
Octal1057130021101111546022
Binary1000101111001110000100011000001100100110110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453918; }

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

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

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

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

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

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

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

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