#453A11

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

Shades of Madras #453A11

Tints of Madras #453A11

Color information

#453A11 (or 0x453A11) is unknown color: approx Madras. HEX triplet: 45, 3A and 11. RGB value is (69,58,17). Sum of RGB (Red+Green+Blue) = 69+58+17=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #453A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A11 is #BAC5EE. Grayscale: #383838. Windows color (decimal): -12240367 or 1129029. OLE color: 1129029.

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

Color convert

RGB695817-
CMYK00.160.750.73
HSL47.31º60.47%16.86%-
HSV(B)47.31º75.36%27.06%-
XYZ4.074.331.15-
YUV56.62105.64136.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=47.92%
G=40.28%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69581700.160.750.7347.3160.4716.86
Hex453A110104B492f3c11
Octal1057221020113111577421
Binary1000101111010100010100001001011100100110111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A11; }

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

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

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

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

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

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

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

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