#544B1A

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

Shades of Bronze Olive #544B1A

Tints of Bronze Olive #544B1A

Color information

#544B1A (or 0x544B1A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 1A. RGB value is (84,75,26). Sum of RGB (Red+Green+Blue) = 84+75+26=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #544B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B1A is #ABB4E5. Grayscale: #484848. Windows color (decimal): -11252966 or 1723220. OLE color: 1723220.

HSL color Cylindrical-coordinate representation of color #544B1A: hue angle of 50.69º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #544B1A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB847526-
CMYK00.110.690.67
HSL50.69º52.73%21.57%-
HSV(B)50.69º69.05%32.94%-
XYZ6.366.991.99-
YUV72.1101.98136.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=45.41%
G=40.54%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84752600.110.690.6750.6952.7321.57
Hex544B1A0B4543333516
Octal12411332013105103636526
Binary1010100100101111010010111000101100001111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,26); }

 H1.HeaderClassName
 {
   color: #544B1A;
 }
 .AnyTagClassName
 {
   color: #544B1A;
 }
</style>
background-color css

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

 a { background-color: rgb(84,75,26); }

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

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

 span { border-color: rgb(84,75,26); }

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