#574515

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

Shades of Bronze Olive #574515

Tints of Bronze Olive #574515

Color information

#574515 (or 0x574515) is unknown color: approx Bronze Olive. HEX triplet: 57, 45 and 15. RGB value is (87,69,21). Sum of RGB (Red+Green+Blue) = 87+69+21=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574515 is #A8BAEA. Grayscale: #454545. Windows color (decimal): -11057899 or 1394007. OLE color: 1394007.

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

Color convert

RGB876921-
CMYK00.210.760.66
HSL43.64º61.11%21.18%-
HSV(B)43.64º75.86%34.12%-
XYZ6.196.341.61-
YUV68.91100.96140.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=49.15%
G=38.98%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87692100.210.760.6643.6461.1121.18
Hex5745150154C422c3d15
Octal12710525025114102547525
Binary10101111000101101010101011001100100001010110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574515; }

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

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

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

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

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

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

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

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