#45391D

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

Shades of Madras #45391D

Tints of Madras #45391D

Color information

#45391D (or 0x45391D) is unknown color: approx Madras. HEX triplet: 45, 39 and 1D. RGB value is (69,57,29). Sum of RGB (Red+Green+Blue) = 69+57+29=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #45391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45391D is #BAC6E2. Grayscale: #393939. Windows color (decimal): -12240611 or 1915205. OLE color: 1915205.

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

Color convert

RGB695729-
CMYK00.170.580.73
HSL42º40.82%19.22%-
HSV(B)42º57.97%27.06%-
XYZ4.144.281.77-
YUV57.4111.98136.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=44.52%
G=36.77%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69572900.170.580.734240.8219.22
Hex45391D0113A492a2913
Octal105713502172111525123
Binary100010111100111101010001111010100100110101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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