#574E2B

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

Shades of Bronze Olive #574E2B

Tints of Bronze Olive #574E2B

Color information

#574E2B (or 0x574E2B) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 2B. RGB value is (87,78,43). Sum of RGB (Red+Green+Blue) = 87+78+43=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #574E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E2B is #A8B1D4. Grayscale: #4C4C4C. Windows color (decimal): -11055573 or 2838103. OLE color: 2838103.

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

Color convert

RGB877843-
CMYK00.100.510.66
HSL47.73º33.85%25.49%-
HSV(B)47.73º50.57%34.12%-
XYZ7.097.653.39-
YUV76.7108.98135.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=41.83%
G=37.5%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87784300.100.510.6647.7333.8525.49
Hex574E2B0A3342302219
Octal1271165301263102604231
Binary1010111100111010101101010110011100001011000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,78,43); }

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

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

 a { background-color: rgb(87,78,43); }

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

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

 span { border-color: rgb(87,78,43); }

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