#574B2A

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

Shades of Bronze Olive #574B2A

Tints of Bronze Olive #574B2A

Color information

#574B2A (or 0x574B2A) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 2A. RGB value is (87,75,42). Sum of RGB (Red+Green+Blue) = 87+75+42=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B2A is #A8B4D5. Grayscale: #4A4A4A. Windows color (decimal): -11056342 or 2771799. OLE color: 2771799.

HSL color Cylindrical-coordinate representation of color #574B2A: hue angle of 44º 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 #574B2A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB877542-
CMYK00.140.520.66
HSL44º34.88%25.29%-
HSV(B)44º51.72%34.12%-
XYZ6.867.233.22-
YUV74.83109.48136.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=42.65%
G=36.76%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87754200.140.520.664434.8825.29
Hex574B2A0E34422c2319
Octal1271135201664102544331
Binary1010111100101110101001110110100100001010110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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