#574D1A

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

Shades of Bronze Olive #574D1A

Tints of Bronze Olive #574D1A

Color information

#574D1A (or 0x574D1A) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 1A. RGB value is (87,77,26). Sum of RGB (Red+Green+Blue) = 87+77+26=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #574D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D1A is #A8B2E5. Grayscale: #4A4A4A. Windows color (decimal): -11055846 or 1723735. OLE color: 1723735.

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

Color convert

RGB877726-
CMYK00.110.700.66
HSL50.16º53.98%22.16%-
HSV(B)50.16º70.11%34.12%-
XYZ6.777.412.05-
YUV74.18100.81137.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=45.79%
G=40.53%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87772600.110.700.6650.1653.9822.16
Hex574D1A0B4642323616
Octal12711532013106102626626
Binary1010111100110111010010111000110100001011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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