#574D27

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

Shades of Bronze Olive #574D27

Tints of Bronze Olive #574D27

Color information

#574D27 (or 0x574D27) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 27. RGB value is (87,77,39). Sum of RGB (Red+Green+Blue) = 87+77+39=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D27 is #A8B2D8. Grayscale: #4B4B4B. Windows color (decimal): -11055833 or 2575703. OLE color: 2575703.

HSL color Cylindrical-coordinate representation of color #574D27: hue angle of 47.5º 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 #574D27 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB877739-
CMYK00.110.550.66
HSL47.5º38.1%24.71%-
HSV(B)47.5º55.17%34.12%-
XYZ6.957.483-
YUV75.66107.31136.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=42.86%
G=37.93%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87773900.110.550.6647.538.124.71
Hex574D270B3742302619
Octal1271154701367102604631
Binary1010111100110110011101011110111100001011000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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