#454111

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

Shades of Madras #454111

Tints of Madras #454111

Color information

#454111 (or 0x454111) is unknown color: approx Madras. HEX triplet: 45, 41 and 11. RGB value is (69,65,17). Sum of RGB (Red+Green+Blue) = 69+65+17=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #454111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454111 is #BABEEE. Grayscale: #3C3C3C. Windows color (decimal): -12238575 or 1130821. OLE color: 1130821.

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

Color convert

RGB696517-
CMYK00.060.750.73
HSL55.38º60.47%16.86%-
HSV(B)55.38º75.36%27.06%-
XYZ4.455.091.28-
YUV60.72103.33133.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=45.70%
G=43.05%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69651700.060.750.7355.3860.4716.86
Hex454111064B49373c11
Octal1051012106113111677421
Binary100010110000011000101101001011100100111011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454111; }

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

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

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

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

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

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

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

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