Html Css Color HEX #544D14 Bronze Olive

📋 copy color: '#544D14'

red 84 ◦ green 77 ◦ blue 20

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

Shades of Bronze Olive #544D14

Tints of Bronze Olive #544D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 46.41%
G = 42.54%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#544D14 (or 0x544D14) is known color: Bronze Olive. HEX triplet: 54, 4D and 14. RGB value is (84,77,20). Sum of RGB (Red+Green+Blue) = 84+77+20=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D14 is #ABB2EB. Grayscale: #484848. Windows color (decimal): -11252460 or 1330516. OLE color: 1330516.

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

Color convert

RGB 84 77 20 -
CMYK 0 0.08 0.76 0.67
HSL 53.44º 0.62% 0.2% -
HSV(B) 53.44º 0.76% 0.33% -
XYZ 6.44 7.24 1.72 -
YUV 72.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 84 77 20 0 0.08 0.76 0.67 53.44 0.62 0.2
Hex 54 4D 14 0 8 4C 43 35 3E 14
Octal 124 115 24 0 10 114 103 65 76 24
Binary 1010100 1001101 10100 0 1000 1001100 1000011 110101 111110 10100

Color Harmonies of #544D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D14

Black with #544D14

Text Example


Text Example

White with #544D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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