#574514

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

Shades of Bronze Olive #574514

Tints of Bronze Olive #574514

Color information

#574514 (or 0x574514) is unknown color: approx Bronze Olive. HEX triplet: 57, 45 and 14. RGB value is (87,69,20). Sum of RGB (Red+Green+Blue) = 87+69+20=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574514 is #A8BAEB. Grayscale: #454545. Windows color (decimal): -11057900 or 1328471. OLE color: 1328471.

HSL color Cylindrical-coordinate representation of color #574514: hue angle of 43.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #574514 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB876920-
CMYK00.210.770.66
HSL43.88º62.62%20.98%-
HSV(B)43.88º77.01%34.12%-
XYZ6.186.331.56-
YUV68.8100.46140.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=49.43%
G=39.20%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87692000.210.770.6643.8862.6220.98
Hex5745140154D422c3f15
Octal12710524025115102547725
Binary10101111000101101000101011001101100001010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574514; }

 p { color: rgb(87,69,20); }

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

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

 a { background-color: rgb(87,69,20); }

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

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

 span { border-color: rgb(87,69,20); }

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