Html Css Color HEX #544000 Madras

📋 copy color: '#544000'

red 84 ◦ green 64 ◦ blue 0

#544000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #544000

Tints of Madras #544000

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#544000 (or 0x544000) is known color: 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

RGB 84 64 0 -
CMYK 0 0.24 1 0.67
HSL 45.71º 1% 0.16% -
HSV(B) 45.71º 1% 0.33% -
XYZ 5.49 5.55 0.78 -
YUV 62.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 84 64 0 0 0.24 1 0.67 45.71 1 0.16
Hex 54 40 0 0 18 64 43 2E 64 10
Octal 124 100 0 0 30 144 103 56 144 20
Binary 1010100 1000000 0 0 11000 1100100 1000011 101110 1100100 10000

Color Harmonies of #544000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544000

Black with #544000

Text Example


Text Example

White with #544000

Text Example


Text Example

HTML Codes & Css Web 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>