Html Css Color HEX #544C05 Bronze Olive

📋 copy color: '#544C05'

red 84 ◦ green 76 ◦ blue 5

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

Shades of Bronze Olive #544C05

Tints of Bronze Olive #544C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.06%

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 50.91%
G = 46.06%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#544C05 (or 0x544C05) is known color: Bronze Olive. HEX triplet: 54, 4C and 05. RGB value is (84,76,5). Sum of RGB (Red+Green+Blue) = 84+76+5=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #544C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C05 is #ABB3FA. Grayscale: #464646. Windows color (decimal): -11252731 or 347220. OLE color: 347220.

HSL color Cylindrical-coordinate representation of color #544C05: hue angle of 53.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #544C05 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 5 -
CMYK 0 0.10 0.94 0.67
HSL 53.92º 0.89% 0.17% -
HSV(B) 53.92º 0.94% 0.33% -
XYZ 6.27 7.06 1.18 -
YUV 70.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 84 76 5 0 0.10 0.94 0.67 53.92 0.89 0.17
Hex 54 4C 5 0 A 5E 43 36 59 11
Octal 124 114 5 0 12 136 103 66 131 21
Binary 1010100 1001100 101 0 1010 1011110 1000011 110110 1011001 10001

Color Harmonies of #544C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C05

Black with #544C05

Text Example


Text Example

White with #544C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,76,5); }

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

background-color css

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

 a { background-color: rgb(84,76,5); }

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

border-color css

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

 span { border-color: rgb(84,76,5); }

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