#574116

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

Shades of Bronze Olive #574116

Tints of Bronze Olive #574116

Color information

#574116 (or 0x574116) is unknown color: approx Bronze Olive. HEX triplet: 57, 41 and 16. RGB value is (87,65,22). Sum of RGB (Red+Green+Blue) = 87+65+22=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574116 is #A8BEE9. Grayscale: #424242. Windows color (decimal): -11058922 or 1458519. OLE color: 1458519.

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

Color convert

RGB876522-
CMYK00.250.750.66
HSL39.69º59.63%21.37%-
HSV(B)39.69º74.71%34.12%-
XYZ5.975.861.58-
YUV66.68102.79142.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=50%
G=37.36%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87652200.250.750.6639.6959.6321.37
Hex5741160194B42283c15
Octal12710126031113102507425
Binary10101111000001101100110011001011100001010100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574116; }

 p { color: rgb(87,65,22); }

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

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

 a { background-color: rgb(87,65,22); }

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

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

 span { border-color: rgb(87,65,22); }

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