#45411B

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

Shades of Madras #45411B

Tints of Madras #45411B

Color information

#45411B (or 0x45411B) is unknown color: approx Madras. HEX triplet: 45, 41 and 1B. RGB value is (69,65,27). Sum of RGB (Red+Green+Blue) = 69+65+27=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #45411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45411B is #BABEE4. Grayscale: #3E3E3E. Windows color (decimal): -12238565 or 1786181. OLE color: 1786181.

HSL color Cylindrical-coordinate representation of color #45411B: hue angle of 54.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45411B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB696527-
CMYK00.060.610.73
HSL54.29º43.75%18.82%-
HSV(B)54.29º60.87%27.06%-
XYZ4.545.121.79-
YUV61.86108.33133.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=42.86%
G=40.37%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69652700.060.610.7354.2943.7518.82
Hex45411B063D49362c13
Octal105101330675111665423
Binary10001011000001110110110111101100100111011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45411B; }

 p { color: rgb(69,65,27); }

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

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

 a { background-color: rgb(69,65,27); }

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

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

 span { border-color: rgb(69,65,27); }

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