#454113

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

Shades of Madras #454113

Tints of Madras #454113

Color information

#454113 (or 0x454113) is unknown color: approx Madras. HEX triplet: 45, 41 and 13. RGB value is (69,65,19). Sum of RGB (Red+Green+Blue) = 69+65+19=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #454113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454113 is #BABEEC. Grayscale: #3D3D3D. Windows color (decimal): -12238573 or 1261893. OLE color: 1261893.

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

Color convert

RGB696519-
CMYK00.060.720.73
HSL55.2º56.82%17.25%-
HSV(B)55.2º72.46%27.06%-
XYZ4.465.091.36-
YUV60.95104.33133.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=45.10%
G=42.48%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69651900.060.720.7355.256.8217.25
Hex454113064849373911
Octal1051012306110111677121
Binary100010110000011001101101001000100100111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454113; }

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

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

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

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

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

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

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

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