#574D29

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

Shades of Bronze Olive #574D29

Tints of Bronze Olive #574D29

Color information

#574D29 (or 0x574D29) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 29. RGB value is (87,77,41). Sum of RGB (Red+Green+Blue) = 87+77+41=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D29 is #A8B2D6. Grayscale: #4C4C4C. Windows color (decimal): -11055831 or 2706775. OLE color: 2706775.

HSL color Cylindrical-coordinate representation of color #574D29: hue angle of 46.96º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574D29 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB877741-
CMYK00.110.530.66
HSL46.96º35.94%25.1%-
HSV(B)46.96º52.87%34.12%-
XYZ6.987.493.18-
YUV75.89108.31135.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 41 (16.41% from 255) = 20%
R=42.44%
G=37.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87774100.110.530.6646.9635.9425.1
Hex574D290B35422f2419
Octal1271155101365102574431
Binary1010111100110110100101011110101100001010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D29; }

 p { color: rgb(87,77,41); }

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

<style>
 a { background-color: #574D29; }

 a { background-color: rgb(87,77,41); }

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

<style>
 span { border-color: #574D29; }

 span { border-color: rgb(87,77,41); }

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