Html Css Color HEX #544D16 Bronze Olive

📋 copy color: '#544D16'

red 84 ◦ green 77 ◦ blue 22

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

Shades of Bronze Olive #544D16

Tints of Bronze Olive #544D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 45.9%
G = 42.08%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544D16 (or 0x544D16) is known color: Bronze Olive. HEX triplet: 54, 4D and 16. RGB value is (84,77,22). Sum of RGB (Red+Green+Blue) = 84+77+22=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D16 is #ABB2E9. Grayscale: #494949. Windows color (decimal): -11252458 or 1461588. OLE color: 1461588.

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

Color convert

RGB 84 77 22 -
CMYK 0 0.08 0.74 0.67
HSL 53.23º 0.58% 0.21% -
HSV(B) 53.23º 0.74% 0.33% -
XYZ 6.45 7.25 1.82 -
YUV 72.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 84 77 22 0 0.08 0.74 0.67 53.23 0.58 0.21
Hex 54 4D 16 0 8 4A 43 35 3A 15
Octal 124 115 26 0 10 112 103 65 72 25
Binary 1010100 1001101 10110 0 1000 1001010 1000011 110101 111010 10101

Color Harmonies of #544D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D16

Black with #544D16

Text Example


Text Example

White with #544D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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