#453911

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

Shades of Madras #453911

Tints of Madras #453911

Color information

#453911 (or 0x453911) is unknown color: approx Madras. HEX triplet: 45, 39 and 11. RGB value is (69,57,17). Sum of RGB (Red+Green+Blue) = 69+57+17=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453911 is #BAC6EE. Grayscale: #383838. Windows color (decimal): -12240623 or 1128773. OLE color: 1128773.

HSL color Cylindrical-coordinate representation of color #453911: hue angle of 46.15º 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 #453911 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB695717-
CMYK00.170.750.73
HSL46.15º60.47%16.86%-
HSV(B)46.15º75.36%27.06%-
XYZ4.024.231.14-
YUV56.03105.98137.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=48.25%
G=39.86%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69571700.170.750.7346.1560.4716.86
Hex4539110114B492e3c11
Octal1057121021113111567421
Binary1000101111001100010100011001011100100110111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453911; }

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

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

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

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

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

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

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

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