#454005

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

Shades of Madras #454005

Tints of Madras #454005

Color information

#454005 (or 0x454005) is unknown color: approx Madras. HEX triplet: 45, 40 and 05. RGB value is (69,64,5). Sum of RGB (Red+Green+Blue) = 69+64+5=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #454005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454005 is #BABFFA. Grayscale: #3B3B3B. Windows color (decimal): -12238843 or 344133. OLE color: 344133.

HSL color Cylindrical-coordinate representation of color #454005: hue angle of 55.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #454005 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69645-
CMYK00.070.930.73
HSL55.31º86.49%14.51%-
HSV(B)55.31º92.75%27.06%-
XYZ4.324.940.87-
YUV58.7797.66135.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=50%
G=46.38%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6964500.070.930.7355.3186.4914.51
Hex45405075D493756f
Octal1051005071351116712617
Binary1000101100000010101111011101100100111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454005; }

 p { color: rgb(69,64,5); }

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

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

 a { background-color: rgb(69,64,5); }

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

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

 span { border-color: rgb(69,64,5); }

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