#544B1D

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

Shades of Bronze Olive #544B1D

Tints of Bronze Olive #544B1D

Color information

#544B1D (or 0x544B1D) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 1D. RGB value is (84,75,29). Sum of RGB (Red+Green+Blue) = 84+75+29=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B1D is #ABB4E2. Grayscale: #484848. Windows color (decimal): -11252963 or 1919828. OLE color: 1919828.

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

Color convert

RGB847529-
CMYK00.110.650.67
HSL50.18º48.67%22.16%-
HSV(B)50.18º65.48%32.94%-
XYZ6.397.012.18-
YUV72.45103.48136.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=44.68%
G=39.89%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84752900.110.650.6750.1848.6722.16
Hex544B1D0B4143323116
Octal12411335013101103626126
Binary1010100100101111101010111000001100001111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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