Html Css Color HEX #544D19 Bronze Olive

📋 copy color: '#544D19'

red 84 ◦ green 77 ◦ blue 25

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

Shades of Bronze Olive #544D19

Tints of Bronze Olive #544D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 45.16%
G = 41.4%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#544D19 (or 0x544D19) is known color: Bronze Olive. HEX triplet: 54, 4D and 19. RGB value is (84,77,25). Sum of RGB (Red+Green+Blue) = 84+77+25=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #544D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D19 is #ABB2E6. Grayscale: #494949. Windows color (decimal): -11252455 or 1658196. OLE color: 1658196.

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

Color convert

RGB 84 77 25 -
CMYK 0 0.08 0.70 0.67
HSL 52.88º 0.54% 0.21% -
HSV(B) 52.88º 0.7% 0.33% -
XYZ 6.49 7.26 1.98 -
YUV 73.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 84 77 25 0 0.08 0.70 0.67 52.88 0.54 0.21
Hex 54 4D 19 0 8 46 43 35 36 15
Octal 124 115 31 0 10 106 103 65 66 25
Binary 1010100 1001101 11001 0 1000 1000110 1000011 110101 110110 10101

Color Harmonies of #544D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D19

Black with #544D19

Text Example


Text Example

White with #544D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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