Html Css Color HEX #544D10 Bronze Olive

📋 copy color: '#544D10'

red 84 ◦ green 77 ◦ blue 16

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

Shades of Bronze Olive #544D10

Tints of Bronze Olive #544D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 47.46%
G = 43.5%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544D10 (or 0x544D10) is known color: Bronze Olive. HEX triplet: 54, 4D and 10. RGB value is (84,77,16). Sum of RGB (Red+Green+Blue) = 84+77+16=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D10 is #ABB2EF. Grayscale: #484848. Windows color (decimal): -11252464 or 1068372. OLE color: 1068372.

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

Color convert

RGB 84 77 16 -
CMYK 0 0.08 0.81 0.67
HSL 53.82º 0.68% 0.2% -
HSV(B) 53.82º 0.81% 0.33% -
XYZ 6.4 7.23 1.55 -
YUV 72.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 84 77 16 0 0.08 0.81 0.67 53.82 0.68 0.2
Hex 54 4D 10 0 8 51 43 36 44 14
Octal 124 115 20 0 10 121 103 66 104 24
Binary 1010100 1001101 10000 0 1000 1010001 1000011 110110 1000100 10100

Color Harmonies of #544D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D10

Black with #544D10

Text Example


Text Example

White with #544D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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