Html Css Color HEX #544200 Madras

📋 copy color: '#544200'

red 84 ◦ green 66 ◦ blue 0

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

Shades of Madras #544200

Tints of Madras #544200

RGB

 RED value IS 84 (33.2% from 255) = 56%

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56%
G = 44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#544200 (or 0x544200) is known color: Madras. HEX triplet: 54, 42 and 00. RGB value is (84,66,0). Sum of RGB (Red+Green+Blue) = 84+66+0=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #544200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544200 is #ABBDFF. Grayscale: #404040. Windows color (decimal): -11255296 or 16980. OLE color: 16980.

HSL color Cylindrical-coordinate representation of color #544200: hue angle of 47.14º 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 #544200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 0 -
CMYK 0 0.21 1 0.67
HSL 47.14º 1% 0.16% -
HSV(B) 47.14º 1% 0.33% -
XYZ 5.6 5.78 0.82 -
YUV 63.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 84 66 0 0 0.21 1 0.67 47.14 1 0.16
Hex 54 42 0 0 15 64 43 2F 64 10
Octal 124 102 0 0 25 144 103 57 144 20
Binary 1010100 1000010 0 0 10101 1100100 1000011 101111 1100100 10000

Color Harmonies of #544200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544200

Black with #544200

Text Example


Text Example

White with #544200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544200; }

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

 H1.HeaderClassName
 {
   color: #544200;
 }
 .AnyTagClassName
 {
   color: #544200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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