Html Css Color HEX #544D20 Bronze Olive

📋 copy color: '#544D20'

red 84 ◦ green 77 ◦ blue 32

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

Shades of Bronze Olive #544D20

Tints of Bronze Olive #544D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 43.52%
G = 39.9%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544D20 (or 0x544D20) is known color: Bronze Olive. HEX triplet: 54, 4D and 20. RGB value is (84,77,32). Sum of RGB (Red+Green+Blue) = 84+77+32=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D20 is #ABB2DF. Grayscale: #4A4A4A. Windows color (decimal): -11252448 or 2116948. OLE color: 2116948.

HSL color Cylindrical-coordinate representation of color #544D20: hue angle of 51.92º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544D20 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 77 32 -
CMYK 0 0.08 0.62 0.67
HSL 51.92º 0.45% 0.23% -
HSV(B) 51.92º 0.62% 0.33% -
XYZ 6.57 7.3 2.43 -
YUV 73.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 84 77 32 0 0.08 0.62 0.67 51.92 0.45 0.23
Hex 54 4D 20 0 8 3E 43 34 2D 17
Octal 124 115 40 0 10 76 103 64 55 27
Binary 1010100 1001101 100000 0 1000 111110 1000011 110100 101101 10111

Color Harmonies of #544D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D20

Black with #544D20

Text Example


Text Example

White with #544D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544D20; }

 p { color: rgb(84,77,32); }

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

background-color css

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

 a { background-color: rgb(84,77,32); }

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

border-color css

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

 span { border-color: rgb(84,77,32); }

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