#454112

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

Shades of Madras #454112

Tints of Madras #454112

Color information

#454112 (or 0x454112) is unknown color: approx Madras. HEX triplet: 45, 41 and 12. RGB value is (69,65,18). Sum of RGB (Red+Green+Blue) = 69+65+18=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #454112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454112 is #BABEED. Grayscale: #3D3D3D. Windows color (decimal): -12238574 or 1196357. OLE color: 1196357.

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

Color convert

RGB696518-
CMYK00.060.740.73
HSL55.29º58.62%17.06%-
HSV(B)55.29º73.91%27.06%-
XYZ4.455.091.32-
YUV60.84103.83133.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=45.39%
G=42.76%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69651800.060.740.7355.2958.6217.06
Hex454112064A49373b11
Octal1051012206112111677321
Binary100010110000011001001101001010100100111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454112; }

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

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

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

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

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

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

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

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