#45391C

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

Shades of Madras #45391C

Tints of Madras #45391C

Color information

#45391C (or 0x45391C) is unknown color: approx Madras. HEX triplet: 45, 39 and 1C. RGB value is (69,57,28). Sum of RGB (Red+Green+Blue) = 69+57+28=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #45391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45391C is #BAC6E3. Grayscale: #393939. Windows color (decimal): -12240612 or 1849669. OLE color: 1849669.

HSL color Cylindrical-coordinate representation of color #45391C: hue angle of 42.44º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45391C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB695728-
CMYK00.170.590.73
HSL42.44º42.27%19.02%-
HSV(B)42.44º59.42%27.06%-
XYZ4.134.281.71-
YUV57.28111.48136.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=44.81%
G=37.01%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69572800.170.590.7342.4442.2719.02
Hex45391C0113B492a2a13
Octal105713402173111525223
Binary100010111100111100010001111011100100110101010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45391C; }

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

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

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

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

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

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

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

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