#454004

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

Shades of Madras #454004

Tints of Madras #454004

Color information

#454004 (or 0x454004) is unknown color: approx Madras. HEX triplet: 45, 40 and 04. RGB value is (69,64,4). Sum of RGB (Red+Green+Blue) = 69+64+4=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #454004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454004 is #BABFFB. Grayscale: #3A3A3A. Windows color (decimal): -12238844 or 278597. OLE color: 278597.

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

Color convert

RGB69644-
CMYK00.070.940.73
HSL55.38º89.04%14.31%-
HSV(B)55.38º94.2%27.06%-
XYZ4.314.940.84-
YUV58.6697.16135.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=50.36%
G=46.72%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6964400.070.940.7355.3889.0414.31
Hex45404075E493759e
Octal1051004071361116713116
Binary1000101100000010001111011110100100111011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454004; }

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

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

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

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

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

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

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

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