#574A28

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

Shades of Bronze Olive #574A28

Tints of Bronze Olive #574A28

Color information

#574A28 (or 0x574A28) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 28. RGB value is (87,74,40). Sum of RGB (Red+Green+Blue) = 87+74+40=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A28 is #A8B5D7. Grayscale: #4A4A4A. Windows color (decimal): -11056600 or 2640471. OLE color: 2640471.

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

Color convert

RGB877440-
CMYK00.150.540.66
HSL43.4º37.01%24.9%-
HSV(B)43.4º54.02%34.12%-
XYZ6.767.083.02-
YUV74.01108.81137.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=43.28%
G=36.82%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87744000.150.540.6643.437.0124.9
Hex574A280F36422b2519
Octal1271125001766102534531
Binary1010111100101010100001111110110100001010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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