Html Css Color HEX #544F15 Bronze Olive

📋 copy color: '#544F15'

red 84 ◦ green 79 ◦ blue 21

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

Shades of Bronze Olive #544F15

Tints of Bronze Olive #544F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.93%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 45.65%
G = 42.93%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#544F15 (or 0x544F15) is known color: Bronze Olive. HEX triplet: 54, 4F and 15. RGB value is (84,79,21). Sum of RGB (Red+Green+Blue) = 84+79+21=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F15 is #ABB0EA. Grayscale: #4A4A4A. Windows color (decimal): -11251947 or 1396564. OLE color: 1396564.

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

Color convert

RGB 84 79 21 -
CMYK 0 0.06 0.75 0.67
HSL 55.24º 0.6% 0.21% -
HSV(B) 55.24º 0.75% 0.33% -
XYZ 6.59 7.53 1.82 -
YUV 73.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 84 79 21 0 0.06 0.75 0.67 55.24 0.6 0.21
Hex 54 4F 15 0 6 4B 43 37 3C 15
Octal 124 117 25 0 6 113 103 67 74 25
Binary 1010100 1001111 10101 0 110 1001011 1000011 110111 111100 10101

Color Harmonies of #544F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544F15

Black with #544F15

Text Example


Text Example

White with #544F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,79,21); }

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

background-color css

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

 a { background-color: rgb(84,79,21); }

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

border-color css

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

 span { border-color: rgb(84,79,21); }

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