#574A1B

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

Shades of Bronze Olive #574A1B

Tints of Bronze Olive #574A1B

Color information

#574A1B (or 0x574A1B) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 1B. RGB value is (87,74,27). Sum of RGB (Red+Green+Blue) = 87+74+27=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #574A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A1B is #A8B5E4. Grayscale: #484848. Windows color (decimal): -11056613 or 1788503. OLE color: 1788503.

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

Color convert

RGB877427-
CMYK00.150.690.66
HSL47º52.63%22.35%-
HSV(B)47º68.97%34.12%-
XYZ6.5872.04-
YUV72.53102.31138.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=46.28%
G=39.36%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87742700.150.690.664752.6322.35
Hex574A1B0F45422f3516
Octal12711233017105102576526
Binary1010111100101011011011111000101100001010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,27); }

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

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

 a { background-color: rgb(87,74,27); }

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

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

 span { border-color: rgb(87,74,27); }

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