Html Css Color HEX #544D12 Bronze Olive

📋 copy color: '#544D12'

red 84 ◦ green 77 ◦ blue 18

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

Shades of Bronze Olive #544D12

Tints of Bronze Olive #544D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 46.93%
G = 43.02%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#544D12 (or 0x544D12) is known color: Bronze Olive. HEX triplet: 54, 4D and 12. RGB value is (84,77,18). Sum of RGB (Red+Green+Blue) = 84+77+18=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #544D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D12 is #ABB2ED. Grayscale: #484848. Windows color (decimal): -11252462 or 1199444. OLE color: 1199444.

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

Color convert

RGB 84 77 18 -
CMYK 0 0.08 0.79 0.67
HSL 53.64º 0.65% 0.2% -
HSV(B) 53.64º 0.79% 0.33% -
XYZ 6.42 7.24 1.63 -
YUV 72.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 84 77 18 0 0.08 0.79 0.67 53.64 0.65 0.2
Hex 54 4D 12 0 8 4F 43 36 41 14
Octal 124 115 22 0 10 117 103 66 101 24
Binary 1010100 1001101 10010 0 1000 1001111 1000011 110110 1000001 10100

Color Harmonies of #544D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D12

Black with #544D12

Text Example


Text Example

White with #544D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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