#544F1D

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

Shades of Bronze Olive #544F1D

Tints of Bronze Olive #544F1D

Color information

#544F1D (or 0x544F1D) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 1D. RGB value is (84,79,29). Sum of RGB (Red+Green+Blue) = 84+79+29=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F1D is #ABB0E2. Grayscale: #4B4B4B. Windows color (decimal): -11251939 or 1920852. OLE color: 1920852.

HSL color Cylindrical-coordinate representation of color #544F1D: hue angle of 54.55º 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 #544F1D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB847929-
CMYK00.060.650.67
HSL54.55º48.67%22.16%-
HSV(B)54.55º65.48%32.94%-
XYZ6.677.572.27-
YUV74.8102.16134.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=43.75%
G=41.15%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84792900.060.650.6754.5548.6722.16
Hex544F1D064143373116
Octal1241173506101103676126
Binary101010010011111110101101000001100001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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