#544D12

Color #544D12 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #544D12

Tints of Bronze Olive #544D12

Color information

#544D12 (or 0x544D12) is unknown color: approx 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

RGB847718-
CMYK00.080.790.67
HSL53.64º64.71%20%-
HSV(B)53.64º78.57%32.94%-
XYZ6.427.241.63-
YUV72.3797.32136.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84771800.080.790.6753.6464.7120
Hex544D12084F43364114
Octal124115220101171036610124
Binary10101001001101100100100010011111000011110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>