#574D1E

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

Shades of Bronze Olive #574D1E

Tints of Bronze Olive #574D1E

Color information

#574D1E (or 0x574D1E) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 1E. RGB value is (87,77,30). Sum of RGB (Red+Green+Blue) = 87+77+30=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D1E is #A8B2E1. Grayscale: #4A4A4A. Windows color (decimal): -11055842 or 1985879. OLE color: 1985879.

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

Color convert

RGB877730-
CMYK00.110.660.66
HSL49.47º48.72%22.94%-
HSV(B)49.47º65.52%34.12%-
XYZ6.827.432.3-
YUV74.63102.81136.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=44.85%
G=39.69%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87773000.110.660.6649.4748.7222.94
Hex574D1E0B4242313117
Octal12711536013102102616127
Binary1010111100110111110010111000010100001011000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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