#544000

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

Shades of Madras #544000

Tints of Madras #544000

Color information

#544000 (or 0x544000) is unknown color: approx Madras. HEX triplet: 54, 40 and 00. RGB value is (84,64,0). Sum of RGB (Red+Green+Blue) = 84+64+0=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #544000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544000 is #ABBFFF. Grayscale: #3E3E3E. Windows color (decimal): -11255808 or 16468. OLE color: 16468.

HSL color Cylindrical-coordinate representation of color #544000: hue angle of 45.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #544000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB84640-
CMYK00.2410.67
HSL45.71º100%16.47%-
HSV(B)45.71º100%32.94%-
XYZ5.495.550.78-
YUV62.6892.63143.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.76%
G=43.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8464000.2410.6745.7110016.47
Hex5440001864432e6410
Octal12410000301441035614420
Binary10101001000000001100011001001000011101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544000; }

 p { color: rgb(84,64,0); }

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

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

 a { background-color: rgb(84,64,0); }

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

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

 span { border-color: rgb(84,64,0); }

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