#574F27

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

Shades of Bronze Olive #574F27

Tints of Bronze Olive #574F27

Color information

#574F27 (or 0x574F27) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 27. RGB value is (87,79,39). Sum of RGB (Red+Green+Blue) = 87+79+39=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F27 is #A8B0D8. Grayscale: #4D4D4D. Windows color (decimal): -11055321 or 2576215. OLE color: 2576215.

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

Color convert

RGB877939-
CMYK00.090.550.66
HSL50º38.1%24.71%-
HSV(B)50º55.17%34.12%-
XYZ7.097.763.04-
YUV76.83106.65135.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=42.44%
G=38.54%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87793900.090.550.665038.124.71
Hex574F27093742322619
Octal1271174701167102624631
Binary1010111100111110011101001110111100001011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,39); }

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

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

 a { background-color: rgb(87,79,39); }

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

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

 span { border-color: rgb(87,79,39); }

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