#574C2A

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

Shades of Bronze Olive #574C2A

Tints of Bronze Olive #574C2A

Color information

#574C2A (or 0x574C2A) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 2A. RGB value is (87,76,42). Sum of RGB (Red+Green+Blue) = 87+76+42=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C2A is #A8B3D5. Grayscale: #4B4B4B. Windows color (decimal): -11056086 or 2772055. OLE color: 2772055.

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

Color convert

RGB877642-
CMYK00.130.520.66
HSL45.33º34.88%25.29%-
HSV(B)45.33º51.72%34.12%-
XYZ6.937.363.25-
YUV75.41109.14136.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=42.44%
G=37.07%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87764200.130.520.6645.3334.8825.29
Hex574C2A0D34422d2319
Octal1271145201564102554331
Binary1010111100110010101001101110100100001010110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,42); }

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

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

 a { background-color: rgb(87,76,42); }

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

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

 span { border-color: rgb(87,76,42); }

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