Html Css Color HEX #544D0F Bronze Olive

📋 copy color: '#544D0F'

red 84 ◦ green 77 ◦ blue 15

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

Shades of Bronze Olive #544D0F

Tints of Bronze Olive #544D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 47.73%
G = 43.75%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#544D0F (or 0x544D0F) is known color: Bronze Olive. HEX triplet: 54, 4D and 0F. RGB value is (84,77,15). Sum of RGB (Red+Green+Blue) = 84+77+15=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #544D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D0F is #ABB2F0. Grayscale: #484848. Windows color (decimal): -11252465 or 1002836. OLE color: 1002836.

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

Color convert

RGB 84 77 15 -
CMYK 0 0.08 0.82 0.67
HSL 53.91º 0.7% 0.19% -
HSV(B) 53.91º 0.82% 0.33% -
XYZ 6.4 7.23 1.51 -
YUV 72.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 84 77 15 0 0.08 0.82 0.67 53.91 0.7 0.19
Hex 54 4D F 0 8 52 43 36 46 13
Octal 124 115 17 0 10 122 103 66 106 23
Binary 1010100 1001101 1111 0 1000 1010010 1000011 110110 1000110 10011

Color Harmonies of #544D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D0F

Black with #544D0F

Text Example


Text Example

White with #544D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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